repzo 1.0.154 → 1.0.156
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +1 -0
- package/lib/index.d.ts +18 -0
- package/lib/index.js +38 -0
- package/lib/types/index.d.ts +462 -198
- package/lib/types/index.js +2 -1
- package/package.json +2 -2
- package/src/index.ts +4890 -0
- package/src/oas/activity-ai-sales-order.yaml +623 -0
- package/src/oas/activity-feedback-v2.yaml +753 -0
- package/src/oas/activity-feedback.yaml +645 -0
- package/src/oas/activity-storecheck.yaml +379 -0
- package/src/oas/adjust-account.yaml +241 -0
- package/src/oas/adjust-inventory.yaml +133 -0
- package/src/oas/approval-request.yaml +211 -0
- package/src/oas/approvals.yaml +176 -0
- package/src/oas/asset-part-receival.yaml +591 -0
- package/src/oas/asset-part-transfer.yaml +618 -0
- package/src/oas/asset-part-type.yaml +383 -0
- package/src/oas/asset-part-unit.yaml +722 -0
- package/src/oas/asset-part.yaml +485 -0
- package/src/oas/asset-type.yaml +180 -0
- package/src/oas/asset-unit.yaml +705 -0
- package/src/oas/asset.yaml +204 -0
- package/src/oas/banks.yaml +168 -0
- package/src/oas/bankslists.yaml +168 -0
- package/src/oas/brand.yaml +246 -0
- package/src/oas/category.yaml +285 -0
- package/src/oas/checks.yaml +247 -0
- package/src/oas/client-channel.yaml +480 -0
- package/src/oas/client-contact.yaml +665 -0
- package/src/oas/client-location.yaml +687 -0
- package/src/oas/client.yaml +669 -0
- package/src/oas/contract-installment.yaml +740 -0
- package/src/oas/contract.yaml +210 -0
- package/src/oas/custom-list-item.yaml +168 -0
- package/src/oas/custom-list.yaml +168 -0
- package/src/oas/custom-status.yaml +168 -0
- package/src/oas/day.yaml +246 -0
- package/src/oas/feedback-options.yaml +802 -0
- package/src/oas/fullinvoices.yaml +584 -0
- package/src/oas/integration-action-log.yaml +361 -0
- package/src/oas/integration-app.yaml +303 -0
- package/src/oas/integration-command-log.yaml +381 -0
- package/src/oas/inventory-adjustment-reason.yaml +165 -0
- package/src/oas/inventory.yaml +64 -0
- package/src/oas/mail-unsubscribe.yaml +463 -0
- package/src/oas/measureunit-family.yaml +354 -0
- package/src/oas/measureunit.yaml +366 -0
- package/src/oas/media-storage.yaml +329 -0
- package/src/oas/media.yaml +472 -0
- package/src/oas/msl-products.yaml +180 -0
- package/src/oas/msl.yaml +186 -0
- package/src/oas/ocr-invoice-job-group.yaml +528 -0
- package/src/oas/ocr-invoice-job-page.yaml +602 -0
- package/src/oas/ocr-invoice-job-template.yaml +628 -0
- package/src/oas/ocr-invoice-job.yaml +603 -0
- package/src/oas/patch-action.yaml +421 -0
- package/src/oas/payment-terms.yaml +235 -0
- package/src/oas/payments.yaml +536 -0
- package/src/oas/pricelist-item.yaml +369 -0
- package/src/oas/pricelist.yaml +287 -0
- package/src/oas/product-group.yaml +278 -0
- package/src/oas/product-modifiers-group.yaml +524 -0
- package/src/oas/product.yaml +578 -0
- package/src/oas/proforma.yaml +180 -0
- package/src/oas/quick-convert-to-pdf.yaml +95 -0
- package/src/oas/receiving-material.yaml +336 -0
- package/src/oas/refund.yaml +281 -0
- package/src/oas/rep-balance-summary.yaml +135 -0
- package/src/oas/rep.yaml +1824 -0
- package/src/oas/return-asset-part-unit.yaml +573 -0
- package/src/oas/return-reason.yaml +286 -0
- package/src/oas/route.yaml +337 -0
- package/src/oas/safe-invoice-serial-counter.yaml +525 -0
- package/src/oas/settings.yaml +123 -0
- package/src/oas/settlement.yaml +505 -0
- package/src/oas/speciality.yaml +447 -0
- package/src/oas/store-asset-part-unit.yaml +658 -0
- package/src/oas/storecheck-template.yaml +415 -0
- package/src/oas/subcategory.yaml +355 -0
- package/src/oas/supplier.yaml +183 -0
- package/src/oas/svix-integration.yaml +335 -0
- package/src/oas/tag.yaml +272 -0
- package/src/oas/tax.yaml +303 -0
- package/src/oas/team.yaml +268 -0
- package/src/oas/transfer.yaml +347 -0
- package/src/oas/update-integration-meta.yaml +387 -0
- package/src/oas/variant.yaml +569 -0
- package/src/oas/visit.yaml +174 -0
- package/src/oas/warehouse.yaml +311 -0
- package/src/oas/workorder-category.yaml +751 -0
- package/src/oas/workorder-portal-link.yaml +811 -0
- package/src/oas/workorder-portal.yaml +650 -0
- package/src/oas/workorder-request.yaml +193 -0
- package/src/oas/workorder.yaml +204 -0
- package/src/types/index.ts +1175 -223
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
openapi: 3.0.3
|
|
2
|
+
info:
|
|
3
|
+
title: Repzo API - Asset
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: OpenAPI specification for Repzo Asset endpoints.
|
|
6
|
+
servers:
|
|
7
|
+
- url: https://sv.api.repzo.me
|
|
8
|
+
paths:
|
|
9
|
+
/asset:
|
|
10
|
+
get:
|
|
11
|
+
summary: Find assets
|
|
12
|
+
operationId: findAssets
|
|
13
|
+
parameters:
|
|
14
|
+
- in: query
|
|
15
|
+
name: params
|
|
16
|
+
schema:
|
|
17
|
+
type: object
|
|
18
|
+
description: Query parameters for filtering assets
|
|
19
|
+
responses:
|
|
20
|
+
"200":
|
|
21
|
+
description: A list of assets
|
|
22
|
+
content:
|
|
23
|
+
application/json:
|
|
24
|
+
schema:
|
|
25
|
+
$ref: "#/components/schemas/AssetFindResult"
|
|
26
|
+
post:
|
|
27
|
+
summary: Create an asset
|
|
28
|
+
operationId: createAsset
|
|
29
|
+
requestBody:
|
|
30
|
+
required: true
|
|
31
|
+
content:
|
|
32
|
+
application/json:
|
|
33
|
+
schema:
|
|
34
|
+
$ref: "#/components/schemas/AssetCreateBody"
|
|
35
|
+
responses:
|
|
36
|
+
"201":
|
|
37
|
+
description: Asset created
|
|
38
|
+
content:
|
|
39
|
+
application/json:
|
|
40
|
+
schema:
|
|
41
|
+
$ref: "#/components/schemas/AssetCreateResult"
|
|
42
|
+
/asset/{id}:
|
|
43
|
+
get:
|
|
44
|
+
summary: Get an asset by ID
|
|
45
|
+
operationId: getAsset
|
|
46
|
+
parameters:
|
|
47
|
+
- in: path
|
|
48
|
+
name: id
|
|
49
|
+
required: true
|
|
50
|
+
schema:
|
|
51
|
+
type: string
|
|
52
|
+
responses:
|
|
53
|
+
"200":
|
|
54
|
+
description: Asset details
|
|
55
|
+
content:
|
|
56
|
+
application/json:
|
|
57
|
+
schema:
|
|
58
|
+
$ref: "#/components/schemas/AssetGetResult"
|
|
59
|
+
put:
|
|
60
|
+
summary: Update an asset
|
|
61
|
+
operationId: updateAsset
|
|
62
|
+
parameters:
|
|
63
|
+
- in: path
|
|
64
|
+
name: id
|
|
65
|
+
required: true
|
|
66
|
+
schema:
|
|
67
|
+
type: string
|
|
68
|
+
requestBody:
|
|
69
|
+
required: true
|
|
70
|
+
content:
|
|
71
|
+
application/json:
|
|
72
|
+
schema:
|
|
73
|
+
$ref: "#/components/schemas/AssetUpdateBody"
|
|
74
|
+
responses:
|
|
75
|
+
"200":
|
|
76
|
+
description: Asset updated
|
|
77
|
+
content:
|
|
78
|
+
application/json:
|
|
79
|
+
schema:
|
|
80
|
+
$ref: "#/components/schemas/AssetUpdateResult"
|
|
81
|
+
delete:
|
|
82
|
+
summary: Remove an asset
|
|
83
|
+
operationId: removeAsset
|
|
84
|
+
parameters:
|
|
85
|
+
- in: path
|
|
86
|
+
name: id
|
|
87
|
+
required: true
|
|
88
|
+
schema:
|
|
89
|
+
type: string
|
|
90
|
+
responses:
|
|
91
|
+
"200":
|
|
92
|
+
description: Asset removed
|
|
93
|
+
content:
|
|
94
|
+
application/json:
|
|
95
|
+
schema:
|
|
96
|
+
$ref: "#/components/schemas/AssetRemoveResult"
|
|
97
|
+
components:
|
|
98
|
+
schemas:
|
|
99
|
+
AssetFindResult:
|
|
100
|
+
type: object
|
|
101
|
+
properties:
|
|
102
|
+
data:
|
|
103
|
+
type: array
|
|
104
|
+
items:
|
|
105
|
+
$ref: "#/components/schemas/Asset"
|
|
106
|
+
meta:
|
|
107
|
+
type: object
|
|
108
|
+
AssetCreateBody:
|
|
109
|
+
type: object
|
|
110
|
+
properties:
|
|
111
|
+
name:
|
|
112
|
+
type: string
|
|
113
|
+
serialNumber:
|
|
114
|
+
type: string
|
|
115
|
+
assetType:
|
|
116
|
+
type: string
|
|
117
|
+
client:
|
|
118
|
+
type: string
|
|
119
|
+
location:
|
|
120
|
+
type: object
|
|
121
|
+
status:
|
|
122
|
+
type: string
|
|
123
|
+
purchaseDate:
|
|
124
|
+
type: string
|
|
125
|
+
format: date-time
|
|
126
|
+
warrantyExpiry:
|
|
127
|
+
type: string
|
|
128
|
+
format: date-time
|
|
129
|
+
customFields:
|
|
130
|
+
type: object
|
|
131
|
+
AssetCreateResult:
|
|
132
|
+
type: object
|
|
133
|
+
properties:
|
|
134
|
+
data:
|
|
135
|
+
$ref: "#/components/schemas/Asset"
|
|
136
|
+
AssetGetResult:
|
|
137
|
+
type: object
|
|
138
|
+
properties:
|
|
139
|
+
data:
|
|
140
|
+
$ref: "#/components/schemas/Asset"
|
|
141
|
+
AssetUpdateBody:
|
|
142
|
+
type: object
|
|
143
|
+
properties:
|
|
144
|
+
name:
|
|
145
|
+
type: string
|
|
146
|
+
serialNumber:
|
|
147
|
+
type: string
|
|
148
|
+
assetType:
|
|
149
|
+
type: string
|
|
150
|
+
client:
|
|
151
|
+
type: string
|
|
152
|
+
location:
|
|
153
|
+
type: object
|
|
154
|
+
status:
|
|
155
|
+
type: string
|
|
156
|
+
purchaseDate:
|
|
157
|
+
type: string
|
|
158
|
+
format: date-time
|
|
159
|
+
warrantyExpiry:
|
|
160
|
+
type: string
|
|
161
|
+
format: date-time
|
|
162
|
+
customFields:
|
|
163
|
+
type: object
|
|
164
|
+
AssetUpdateResult:
|
|
165
|
+
type: object
|
|
166
|
+
properties:
|
|
167
|
+
data:
|
|
168
|
+
$ref: "#/components/schemas/Asset"
|
|
169
|
+
AssetRemoveResult:
|
|
170
|
+
type: object
|
|
171
|
+
properties:
|
|
172
|
+
success:
|
|
173
|
+
type: boolean
|
|
174
|
+
Asset:
|
|
175
|
+
type: object
|
|
176
|
+
properties:
|
|
177
|
+
_id:
|
|
178
|
+
type: string
|
|
179
|
+
name:
|
|
180
|
+
type: string
|
|
181
|
+
serialNumber:
|
|
182
|
+
type: string
|
|
183
|
+
assetType:
|
|
184
|
+
type: string
|
|
185
|
+
client:
|
|
186
|
+
type: string
|
|
187
|
+
location:
|
|
188
|
+
type: object
|
|
189
|
+
status:
|
|
190
|
+
type: string
|
|
191
|
+
purchaseDate:
|
|
192
|
+
type: string
|
|
193
|
+
format: date-time
|
|
194
|
+
warrantyExpiry:
|
|
195
|
+
type: string
|
|
196
|
+
format: date-time
|
|
197
|
+
customFields:
|
|
198
|
+
type: object
|
|
199
|
+
createdAt:
|
|
200
|
+
type: string
|
|
201
|
+
format: date-time
|
|
202
|
+
updatedAt:
|
|
203
|
+
type: string
|
|
204
|
+
format: date-time
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
openapi: 3.0.3
|
|
2
|
+
info:
|
|
3
|
+
title: Repzo API - Banks
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: OpenAPI specification for Repzo Banks endpoints.
|
|
6
|
+
servers:
|
|
7
|
+
- url: https://sv.api.repzo.me
|
|
8
|
+
paths:
|
|
9
|
+
/banks:
|
|
10
|
+
get:
|
|
11
|
+
summary: Find banks
|
|
12
|
+
operationId: findBanks
|
|
13
|
+
parameters:
|
|
14
|
+
- in: query
|
|
15
|
+
name: params
|
|
16
|
+
schema:
|
|
17
|
+
type: object
|
|
18
|
+
description: Query parameters for filtering banks
|
|
19
|
+
responses:
|
|
20
|
+
"200":
|
|
21
|
+
description: A list of banks
|
|
22
|
+
content:
|
|
23
|
+
application/json:
|
|
24
|
+
schema:
|
|
25
|
+
$ref: "#/components/schemas/BankFindResult"
|
|
26
|
+
post:
|
|
27
|
+
summary: Create a bank
|
|
28
|
+
operationId: createBank
|
|
29
|
+
requestBody:
|
|
30
|
+
required: true
|
|
31
|
+
content:
|
|
32
|
+
application/json:
|
|
33
|
+
schema:
|
|
34
|
+
$ref: "#/components/schemas/BankCreateBody"
|
|
35
|
+
responses:
|
|
36
|
+
"201":
|
|
37
|
+
description: Bank created
|
|
38
|
+
content:
|
|
39
|
+
application/json:
|
|
40
|
+
schema:
|
|
41
|
+
$ref: "#/components/schemas/BankCreateResult"
|
|
42
|
+
/banks/{id}:
|
|
43
|
+
get:
|
|
44
|
+
summary: Get a bank by ID
|
|
45
|
+
operationId: getBank
|
|
46
|
+
parameters:
|
|
47
|
+
- in: path
|
|
48
|
+
name: id
|
|
49
|
+
required: true
|
|
50
|
+
schema:
|
|
51
|
+
type: string
|
|
52
|
+
responses:
|
|
53
|
+
"200":
|
|
54
|
+
description: Bank details
|
|
55
|
+
content:
|
|
56
|
+
application/json:
|
|
57
|
+
schema:
|
|
58
|
+
$ref: "#/components/schemas/BankGetResult"
|
|
59
|
+
put:
|
|
60
|
+
summary: Update a bank
|
|
61
|
+
operationId: updateBank
|
|
62
|
+
parameters:
|
|
63
|
+
- in: path
|
|
64
|
+
name: id
|
|
65
|
+
required: true
|
|
66
|
+
schema:
|
|
67
|
+
type: string
|
|
68
|
+
requestBody:
|
|
69
|
+
required: true
|
|
70
|
+
content:
|
|
71
|
+
application/json:
|
|
72
|
+
schema:
|
|
73
|
+
$ref: "#/components/schemas/BankUpdateBody"
|
|
74
|
+
responses:
|
|
75
|
+
"200":
|
|
76
|
+
description: Bank updated
|
|
77
|
+
content:
|
|
78
|
+
application/json:
|
|
79
|
+
schema:
|
|
80
|
+
$ref: "#/components/schemas/BankUpdateResult"
|
|
81
|
+
delete:
|
|
82
|
+
summary: Remove a bank
|
|
83
|
+
operationId: removeBank
|
|
84
|
+
parameters:
|
|
85
|
+
- in: path
|
|
86
|
+
name: id
|
|
87
|
+
required: true
|
|
88
|
+
schema:
|
|
89
|
+
type: string
|
|
90
|
+
responses:
|
|
91
|
+
"200":
|
|
92
|
+
description: Bank removed
|
|
93
|
+
content:
|
|
94
|
+
application/json:
|
|
95
|
+
schema:
|
|
96
|
+
$ref: "#/components/schemas/BankRemoveResult"
|
|
97
|
+
components:
|
|
98
|
+
schemas:
|
|
99
|
+
BankFindResult:
|
|
100
|
+
type: object
|
|
101
|
+
properties:
|
|
102
|
+
data:
|
|
103
|
+
type: array
|
|
104
|
+
items:
|
|
105
|
+
$ref: "#/components/schemas/Bank"
|
|
106
|
+
meta:
|
|
107
|
+
type: object
|
|
108
|
+
BankCreateBody:
|
|
109
|
+
type: object
|
|
110
|
+
properties:
|
|
111
|
+
name:
|
|
112
|
+
type: string
|
|
113
|
+
code:
|
|
114
|
+
type: string
|
|
115
|
+
country:
|
|
116
|
+
type: string
|
|
117
|
+
disabled:
|
|
118
|
+
type: boolean
|
|
119
|
+
BankCreateResult:
|
|
120
|
+
type: object
|
|
121
|
+
properties:
|
|
122
|
+
data:
|
|
123
|
+
$ref: "#/components/schemas/Bank"
|
|
124
|
+
BankGetResult:
|
|
125
|
+
type: object
|
|
126
|
+
properties:
|
|
127
|
+
data:
|
|
128
|
+
$ref: "#/components/schemas/Bank"
|
|
129
|
+
BankUpdateBody:
|
|
130
|
+
type: object
|
|
131
|
+
properties:
|
|
132
|
+
name:
|
|
133
|
+
type: string
|
|
134
|
+
code:
|
|
135
|
+
type: string
|
|
136
|
+
country:
|
|
137
|
+
type: string
|
|
138
|
+
disabled:
|
|
139
|
+
type: boolean
|
|
140
|
+
BankUpdateResult:
|
|
141
|
+
type: object
|
|
142
|
+
properties:
|
|
143
|
+
data:
|
|
144
|
+
$ref: "#/components/schemas/Bank"
|
|
145
|
+
BankRemoveResult:
|
|
146
|
+
type: object
|
|
147
|
+
properties:
|
|
148
|
+
success:
|
|
149
|
+
type: boolean
|
|
150
|
+
Bank:
|
|
151
|
+
type: object
|
|
152
|
+
properties:
|
|
153
|
+
_id:
|
|
154
|
+
type: string
|
|
155
|
+
name:
|
|
156
|
+
type: string
|
|
157
|
+
code:
|
|
158
|
+
type: string
|
|
159
|
+
country:
|
|
160
|
+
type: string
|
|
161
|
+
disabled:
|
|
162
|
+
type: boolean
|
|
163
|
+
createdAt:
|
|
164
|
+
type: string
|
|
165
|
+
format: date-time
|
|
166
|
+
updatedAt:
|
|
167
|
+
type: string
|
|
168
|
+
format: date-time
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
openapi: 3.0.3
|
|
2
|
+
info:
|
|
3
|
+
title: Repzo API - Bank Lists
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: OpenAPI specification for Repzo Bank Lists endpoints.
|
|
6
|
+
servers:
|
|
7
|
+
- url: https://sv.api.repzo.me
|
|
8
|
+
paths:
|
|
9
|
+
/bankslists:
|
|
10
|
+
get:
|
|
11
|
+
summary: Find bank lists
|
|
12
|
+
operationId: findBankLists
|
|
13
|
+
parameters:
|
|
14
|
+
- in: query
|
|
15
|
+
name: params
|
|
16
|
+
schema:
|
|
17
|
+
type: object
|
|
18
|
+
description: Query parameters for filtering bank lists
|
|
19
|
+
responses:
|
|
20
|
+
"200":
|
|
21
|
+
description: A list of bank lists
|
|
22
|
+
content:
|
|
23
|
+
application/json:
|
|
24
|
+
schema:
|
|
25
|
+
$ref: "#/components/schemas/BankListFindResult"
|
|
26
|
+
post:
|
|
27
|
+
summary: Create a bank list
|
|
28
|
+
operationId: createBankList
|
|
29
|
+
requestBody:
|
|
30
|
+
required: true
|
|
31
|
+
content:
|
|
32
|
+
application/json:
|
|
33
|
+
schema:
|
|
34
|
+
$ref: "#/components/schemas/BankListCreateBody"
|
|
35
|
+
responses:
|
|
36
|
+
"201":
|
|
37
|
+
description: Bank list created
|
|
38
|
+
content:
|
|
39
|
+
application/json:
|
|
40
|
+
schema:
|
|
41
|
+
$ref: "#/components/schemas/BankListCreateResult"
|
|
42
|
+
/bankslists/{id}:
|
|
43
|
+
get:
|
|
44
|
+
summary: Get a bank list by ID
|
|
45
|
+
operationId: getBankList
|
|
46
|
+
parameters:
|
|
47
|
+
- in: path
|
|
48
|
+
name: id
|
|
49
|
+
required: true
|
|
50
|
+
schema:
|
|
51
|
+
type: string
|
|
52
|
+
responses:
|
|
53
|
+
"200":
|
|
54
|
+
description: Bank list details
|
|
55
|
+
content:
|
|
56
|
+
application/json:
|
|
57
|
+
schema:
|
|
58
|
+
$ref: "#/components/schemas/BankListGetResult"
|
|
59
|
+
put:
|
|
60
|
+
summary: Update a bank list
|
|
61
|
+
operationId: updateBankList
|
|
62
|
+
parameters:
|
|
63
|
+
- in: path
|
|
64
|
+
name: id
|
|
65
|
+
required: true
|
|
66
|
+
schema:
|
|
67
|
+
type: string
|
|
68
|
+
requestBody:
|
|
69
|
+
required: true
|
|
70
|
+
content:
|
|
71
|
+
application/json:
|
|
72
|
+
schema:
|
|
73
|
+
$ref: "#/components/schemas/BankListUpdateBody"
|
|
74
|
+
responses:
|
|
75
|
+
"200":
|
|
76
|
+
description: Bank list updated
|
|
77
|
+
content:
|
|
78
|
+
application/json:
|
|
79
|
+
schema:
|
|
80
|
+
$ref: "#/components/schemas/BankListUpdateResult"
|
|
81
|
+
delete:
|
|
82
|
+
summary: Remove a bank list
|
|
83
|
+
operationId: removeBankList
|
|
84
|
+
parameters:
|
|
85
|
+
- in: path
|
|
86
|
+
name: id
|
|
87
|
+
required: true
|
|
88
|
+
schema:
|
|
89
|
+
type: string
|
|
90
|
+
responses:
|
|
91
|
+
"200":
|
|
92
|
+
description: Bank list removed
|
|
93
|
+
content:
|
|
94
|
+
application/json:
|
|
95
|
+
schema:
|
|
96
|
+
$ref: "#/components/schemas/BankListRemoveResult"
|
|
97
|
+
components:
|
|
98
|
+
schemas:
|
|
99
|
+
BankListFindResult:
|
|
100
|
+
type: object
|
|
101
|
+
properties:
|
|
102
|
+
data:
|
|
103
|
+
type: array
|
|
104
|
+
items:
|
|
105
|
+
$ref: "#/components/schemas/BankList"
|
|
106
|
+
meta:
|
|
107
|
+
type: object
|
|
108
|
+
BankListCreateBody:
|
|
109
|
+
type: object
|
|
110
|
+
properties:
|
|
111
|
+
name:
|
|
112
|
+
type: string
|
|
113
|
+
banks:
|
|
114
|
+
type: array
|
|
115
|
+
items:
|
|
116
|
+
type: string
|
|
117
|
+
disabled:
|
|
118
|
+
type: boolean
|
|
119
|
+
BankListCreateResult:
|
|
120
|
+
type: object
|
|
121
|
+
properties:
|
|
122
|
+
data:
|
|
123
|
+
$ref: "#/components/schemas/BankList"
|
|
124
|
+
BankListGetResult:
|
|
125
|
+
type: object
|
|
126
|
+
properties:
|
|
127
|
+
data:
|
|
128
|
+
$ref: "#/components/schemas/BankList"
|
|
129
|
+
BankListUpdateBody:
|
|
130
|
+
type: object
|
|
131
|
+
properties:
|
|
132
|
+
name:
|
|
133
|
+
type: string
|
|
134
|
+
banks:
|
|
135
|
+
type: array
|
|
136
|
+
items:
|
|
137
|
+
type: string
|
|
138
|
+
disabled:
|
|
139
|
+
type: boolean
|
|
140
|
+
BankListUpdateResult:
|
|
141
|
+
type: object
|
|
142
|
+
properties:
|
|
143
|
+
data:
|
|
144
|
+
$ref: "#/components/schemas/BankList"
|
|
145
|
+
BankListRemoveResult:
|
|
146
|
+
type: object
|
|
147
|
+
properties:
|
|
148
|
+
success:
|
|
149
|
+
type: boolean
|
|
150
|
+
BankList:
|
|
151
|
+
type: object
|
|
152
|
+
properties:
|
|
153
|
+
_id:
|
|
154
|
+
type: string
|
|
155
|
+
name:
|
|
156
|
+
type: string
|
|
157
|
+
banks:
|
|
158
|
+
type: array
|
|
159
|
+
items:
|
|
160
|
+
type: string
|
|
161
|
+
disabled:
|
|
162
|
+
type: boolean
|
|
163
|
+
createdAt:
|
|
164
|
+
type: string
|
|
165
|
+
format: date-time
|
|
166
|
+
updatedAt:
|
|
167
|
+
type: string
|
|
168
|
+
format: date-time
|