feat: initial

This commit is contained in:
2026-05-19 13:01:12 +03:30
commit eaec696a1b
66 changed files with 1682 additions and 0 deletions
+52
View File
@@ -0,0 +1,52 @@
info:
name: Create Package Name
type: http
seq: 1
http:
method: POST
url: "{{baseUrl}}/package-names"
body:
type: multipart-form
data:
- name: name
type: text
value: com.approagency.voiceChanger
description: unique package name
- name: v1_identifier
type: text
value: 1c9d041da1dcab99ff393c4b01fafaa32
description: v1 package name id
disabled: true
- name: title
type: text
value: تغییر صدا
- name: avatar
type: file
value:
- /home/amirmohammad/Desktop/Vada/Photoes/download1.jpeg
disabled: true
- name: cafe_config_id
type: text
value: "1"
description: from cafe config folder get cafe configs
disabled: true
- name: myket_access_token
type: text
value: ""
disabled: true
- name: web_app_url
type: text
value: ""
disabled: true
- name: firebase_json
type: file
value: []
disabled: true
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
+15
View File
@@ -0,0 +1,15 @@
info:
name: Get Package Names
type: http
seq: 3
http:
method: GET
url: "{{baseUrl}}/package-names/"
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
+50
View File
@@ -0,0 +1,50 @@
info:
name: Update Package Name
type: http
seq: 2
http:
method: POST
url: "{{baseUrl}}/package-names/:name"
params:
- name: name
value: com.approagency.ai
type: path
body:
type: multipart-form
data:
- name: title
type: text
value: آرام لند
- name: v1_identifier
type: text
value: 1c9d041da1dcab99ff393c4b01fafaa32
disabled: true
- name: avatar
type: file
value:
- /home/amirmohammad/Desktop/Vada/Photoes/download1.jpeg
disabled: true
- name: cafe_config_id
type: text
value: "1"
disabled: true
- name: myket_access_token
type: text
value: c1885da0-e96c-4e1c-855e-2d2c4c997436
disabled: true
- name: web_app_url
type: text
value: ""
disabled: true
- name: firebase_json
type: file
value:
- /C:/Users/nourk/Downloads/meditation-4c9b4-e44fe2b8b4e8.json
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
+7
View File
@@ -0,0 +1,7 @@
info:
name: Package Name
type: folder
seq: 1
request:
auth: inherit