@erp-galoper/types 1.0.1469 → 1.0.1470
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/openapi.ts +360 -1390
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -3285,65 +3285,6 @@ export interface paths {
|
|
|
3285
3285
|
patch: operations["erp_settings_inventorysetting_views_update_item_variant_settings"];
|
|
3286
3286
|
trace?: never;
|
|
3287
3287
|
};
|
|
3288
|
-
"/api/v1/settings/inventory/stock_adjustments/": {
|
|
3289
|
-
parameters: {
|
|
3290
|
-
query?: never;
|
|
3291
|
-
header?: never;
|
|
3292
|
-
path?: never;
|
|
3293
|
-
cookie?: never;
|
|
3294
|
-
};
|
|
3295
|
-
/**
|
|
3296
|
-
* Get Stock Adjustment Settings
|
|
3297
|
-
* @description Endpoint for retrieve stock adjustment settings
|
|
3298
|
-
* Possible Responses:
|
|
3299
|
-
* - 200:
|
|
3300
|
-
* - success
|
|
3301
|
-
* - 404:
|
|
3302
|
-
* - stockAdjustmentSettingsDoesNotExist
|
|
3303
|
-
* - 403:
|
|
3304
|
-
* - permissionDenied
|
|
3305
|
-
* - 500:
|
|
3306
|
-
* - internalServerError
|
|
3307
|
-
*/
|
|
3308
|
-
get: operations["erp_settings_inventorysetting_views_get_stock_adjustment_settings"];
|
|
3309
|
-
put?: never;
|
|
3310
|
-
/**
|
|
3311
|
-
* Create Stock Adjustment Settings
|
|
3312
|
-
* @description Endpoint for create stock adjustment setting
|
|
3313
|
-
* Possible Responses:
|
|
3314
|
-
* - 201:
|
|
3315
|
-
* - stockAdjustmentSettingsCreated
|
|
3316
|
-
* - 400:
|
|
3317
|
-
* - stockAdjustmentSettingsConflict
|
|
3318
|
-
* - approvalConfigDoesNotExist
|
|
3319
|
-
* - 403:
|
|
3320
|
-
* - permissionDenied
|
|
3321
|
-
* - 500:
|
|
3322
|
-
* - internalServerError
|
|
3323
|
-
*/
|
|
3324
|
-
post: operations["erp_settings_inventorysetting_views_create_stock_adjustment_settings"];
|
|
3325
|
-
delete?: never;
|
|
3326
|
-
options?: never;
|
|
3327
|
-
head?: never;
|
|
3328
|
-
/**
|
|
3329
|
-
* Update Stock Adjustments Settings
|
|
3330
|
-
* @description Endpoint for update stock adjustment settings
|
|
3331
|
-
* Possible Responses:
|
|
3332
|
-
* - 200:
|
|
3333
|
-
* - stockAdjustmentSettingsUpdated
|
|
3334
|
-
* - 400:
|
|
3335
|
-
* - noChangesDetected
|
|
3336
|
-
* - stockAdjustmentSettingsConflict
|
|
3337
|
-
* - 403:
|
|
3338
|
-
* - permissionDenied
|
|
3339
|
-
* - 404:
|
|
3340
|
-
* - stockAdjustmentSettingsDoesNotExist
|
|
3341
|
-
* - 500:
|
|
3342
|
-
* - internalServerError
|
|
3343
|
-
*/
|
|
3344
|
-
patch: operations["erp_settings_inventorysetting_views_update_stock_adjustments_settings"];
|
|
3345
|
-
trace?: never;
|
|
3346
|
-
};
|
|
3347
3288
|
"/api/v1/settings/inventory/opening_stock/": {
|
|
3348
3289
|
parameters: {
|
|
3349
3290
|
query?: never;
|
|
@@ -3562,145 +3503,6 @@ export interface paths {
|
|
|
3562
3503
|
patch: operations["inventory_item_variation_views_update_variation"];
|
|
3563
3504
|
trace?: never;
|
|
3564
3505
|
};
|
|
3565
|
-
"/api/v1/settings/customer/get_resident_and_non_resident_accounts/": {
|
|
3566
|
-
parameters: {
|
|
3567
|
-
query?: never;
|
|
3568
|
-
header?: never;
|
|
3569
|
-
path?: never;
|
|
3570
|
-
cookie?: never;
|
|
3571
|
-
};
|
|
3572
|
-
/**
|
|
3573
|
-
* Get Resident And Non Resident Accounts
|
|
3574
|
-
* @description Endpoint for list resident and non resident accounts in dropdown
|
|
3575
|
-
* Possible Responses:
|
|
3576
|
-
* - 200:
|
|
3577
|
-
* - success
|
|
3578
|
-
* - 404:
|
|
3579
|
-
* - branchDoesNotExist
|
|
3580
|
-
* - customerTypeDoesNotExist
|
|
3581
|
-
* - 403:
|
|
3582
|
-
* - permissionDenied
|
|
3583
|
-
* -400 :
|
|
3584
|
-
* - invalidMethodType
|
|
3585
|
-
* -500:
|
|
3586
|
-
* - internalServerError
|
|
3587
|
-
*/
|
|
3588
|
-
get: operations["erp_settings_customersetting_views_get_resident_and_non_resident_accounts"];
|
|
3589
|
-
put?: never;
|
|
3590
|
-
post?: never;
|
|
3591
|
-
delete?: never;
|
|
3592
|
-
options?: never;
|
|
3593
|
-
head?: never;
|
|
3594
|
-
patch?: never;
|
|
3595
|
-
trace?: never;
|
|
3596
|
-
};
|
|
3597
|
-
"/api/v1/settings/customer/": {
|
|
3598
|
-
parameters: {
|
|
3599
|
-
query?: never;
|
|
3600
|
-
header?: never;
|
|
3601
|
-
path?: never;
|
|
3602
|
-
cookie?: never;
|
|
3603
|
-
};
|
|
3604
|
-
/**
|
|
3605
|
-
* List Customer Types
|
|
3606
|
-
* @description Endpoint for List Customer Types
|
|
3607
|
-
* - 200 :
|
|
3608
|
-
* - success
|
|
3609
|
-
* - 400:
|
|
3610
|
-
* - invalidFilterFormat
|
|
3611
|
-
* - paginationError
|
|
3612
|
-
* - 403:
|
|
3613
|
-
* - permissionDenied
|
|
3614
|
-
* - 500:
|
|
3615
|
-
* - internalServerError
|
|
3616
|
-
*/
|
|
3617
|
-
get: operations["erp_settings_customersetting_views_list_customer_types"];
|
|
3618
|
-
put?: never;
|
|
3619
|
-
/**
|
|
3620
|
-
* Create Customer Type
|
|
3621
|
-
* @description Endpoint for create customer type
|
|
3622
|
-
* Possible Responses:
|
|
3623
|
-
* - 201:
|
|
3624
|
-
* - customerTypeCreated
|
|
3625
|
-
* - 400:
|
|
3626
|
-
* - typeAssociatedWithTheseAccountsAlreadyExists
|
|
3627
|
-
* - 409:
|
|
3628
|
-
* - typeConflict
|
|
3629
|
-
* - 403:
|
|
3630
|
-
* - permissionDenied
|
|
3631
|
-
* -404:
|
|
3632
|
-
* - resident_accountDoesNotExist
|
|
3633
|
-
* - non_resident_accountDoesNotExist
|
|
3634
|
-
* -500:
|
|
3635
|
-
* - internalServerError
|
|
3636
|
-
*/
|
|
3637
|
-
post: operations["erp_settings_customersetting_views_create_customer_type"];
|
|
3638
|
-
delete?: never;
|
|
3639
|
-
options?: never;
|
|
3640
|
-
head?: never;
|
|
3641
|
-
patch?: never;
|
|
3642
|
-
trace?: never;
|
|
3643
|
-
};
|
|
3644
|
-
"/api/v1/settings/customer/{id}/": {
|
|
3645
|
-
parameters: {
|
|
3646
|
-
query?: never;
|
|
3647
|
-
header?: never;
|
|
3648
|
-
path?: never;
|
|
3649
|
-
cookie?: never;
|
|
3650
|
-
};
|
|
3651
|
-
/**
|
|
3652
|
-
* Get Customer Type
|
|
3653
|
-
* @description Endpoint for retrieve customer type
|
|
3654
|
-
* Possible Responses:
|
|
3655
|
-
* - 200:
|
|
3656
|
-
* - success
|
|
3657
|
-
* - 404:
|
|
3658
|
-
* - customerTypeDoesNotExist
|
|
3659
|
-
* - 403:
|
|
3660
|
-
* - permissionDenied
|
|
3661
|
-
* - 500:
|
|
3662
|
-
* - internalServerError
|
|
3663
|
-
*/
|
|
3664
|
-
get: operations["erp_settings_customersetting_views_get_customer_type"];
|
|
3665
|
-
put?: never;
|
|
3666
|
-
post?: never;
|
|
3667
|
-
/**
|
|
3668
|
-
* Delete Customer Type
|
|
3669
|
-
* @description Endpoint for delete customer type
|
|
3670
|
-
* - 404:
|
|
3671
|
-
* - customerTypeDoesNotExist
|
|
3672
|
-
* - 403:
|
|
3673
|
-
* - permissionDenied
|
|
3674
|
-
* - 400:
|
|
3675
|
-
* - cantBeDeleted
|
|
3676
|
-
* - 500:
|
|
3677
|
-
* - internalServerError
|
|
3678
|
-
*/
|
|
3679
|
-
delete: operations["erp_settings_customersetting_views_delete_customer_type"];
|
|
3680
|
-
options?: never;
|
|
3681
|
-
head?: never;
|
|
3682
|
-
/**
|
|
3683
|
-
* Update Customer Type
|
|
3684
|
-
* @description Endpoint for create customer type
|
|
3685
|
-
* Possible Responses:
|
|
3686
|
-
* - 200:
|
|
3687
|
-
* - customerTypeUpdated
|
|
3688
|
-
* - 400:
|
|
3689
|
-
* - customerTypeAlreadyExist
|
|
3690
|
-
* - typeAssociatedWithTheseAccountsAlreadyExists
|
|
3691
|
-
* - noChangesDetected
|
|
3692
|
-
* - 403:
|
|
3693
|
-
* - permissionDenied
|
|
3694
|
-
* - 404:
|
|
3695
|
-
* - customerTypeDoesNotExist
|
|
3696
|
-
* - branchDoesNotExist
|
|
3697
|
-
* - accountDoesNotExist
|
|
3698
|
-
* - 500:
|
|
3699
|
-
* - internalServerError
|
|
3700
|
-
*/
|
|
3701
|
-
patch: operations["erp_settings_customersetting_views_update_customer_type"];
|
|
3702
|
-
trace?: never;
|
|
3703
|
-
};
|
|
3704
3506
|
"/api/v1/inventory/unit_of_measures/": {
|
|
3705
3507
|
parameters: {
|
|
3706
3508
|
query?: never;
|
|
@@ -9052,48 +8854,6 @@ export interface paths {
|
|
|
9052
8854
|
patch?: never;
|
|
9053
8855
|
trace?: never;
|
|
9054
8856
|
};
|
|
9055
|
-
"/api/v1/settings/appointment/": {
|
|
9056
|
-
parameters: {
|
|
9057
|
-
query?: never;
|
|
9058
|
-
header?: never;
|
|
9059
|
-
path?: never;
|
|
9060
|
-
cookie?: never;
|
|
9061
|
-
};
|
|
9062
|
-
/**
|
|
9063
|
-
* Create Or Get Appointment Settings
|
|
9064
|
-
* @description Endpoint for create appointment settings
|
|
9065
|
-
* Possible Responses:
|
|
9066
|
-
* - 200:
|
|
9067
|
-
* - success
|
|
9068
|
-
* - 403:
|
|
9069
|
-
* - permissionDenied
|
|
9070
|
-
* - 500:
|
|
9071
|
-
* - internalServerError
|
|
9072
|
-
*/
|
|
9073
|
-
get: operations["erp_settings_appointment_settings_views_create_or_get_appointment_settings"];
|
|
9074
|
-
put?: never;
|
|
9075
|
-
post?: never;
|
|
9076
|
-
delete?: never;
|
|
9077
|
-
options?: never;
|
|
9078
|
-
head?: never;
|
|
9079
|
-
/**
|
|
9080
|
-
* Update Appointment Settings
|
|
9081
|
-
* @description Endpoint for update appointment settings
|
|
9082
|
-
* Possible Responses:
|
|
9083
|
-
* - 200:
|
|
9084
|
-
* - appointmentSettingsUpdated
|
|
9085
|
-
* - 400:
|
|
9086
|
-
* - noChangesDetected
|
|
9087
|
-
* - 403:
|
|
9088
|
-
* - permissionDenied
|
|
9089
|
-
* - 404:
|
|
9090
|
-
* - appointmentSettingsDoesNotExist
|
|
9091
|
-
* -500:
|
|
9092
|
-
* - internalServerError
|
|
9093
|
-
*/
|
|
9094
|
-
patch: operations["erp_settings_appointment_settings_views_update_appointment_settings"];
|
|
9095
|
-
trace?: never;
|
|
9096
|
-
};
|
|
9097
8857
|
"/api/v1/settings/transaction_locking/": {
|
|
9098
8858
|
parameters: {
|
|
9099
8859
|
query?: never;
|
|
@@ -24430,11 +24190,6 @@ export interface components {
|
|
|
24430
24190
|
* @default []
|
|
24431
24191
|
*/
|
|
24432
24192
|
accounting: components["schemas"]["BasePermissionsSchema_Settings_Accounting"];
|
|
24433
|
-
/**
|
|
24434
|
-
* @description appointment actions
|
|
24435
|
-
* @default []
|
|
24436
|
-
*/
|
|
24437
|
-
appointment: components["schemas"]["BasePermissionsSchema_Settings_Appointment"];
|
|
24438
24193
|
/**
|
|
24439
24194
|
* @description approval actions
|
|
24440
24195
|
* @default []
|
|
@@ -24641,20 +24396,6 @@ export interface components {
|
|
|
24641
24396
|
* @enum {string}
|
|
24642
24397
|
*/
|
|
24643
24398
|
BasePermissionsSchema_Settings_Accounting_TransactionalsubsidiaryaccountsEnum: "add" | "change" | "delete" | "view";
|
|
24644
|
-
/** BasePermissionsSchema_Settings_Appointment */
|
|
24645
|
-
BasePermissionsSchema_Settings_Appointment: {
|
|
24646
|
-
/**
|
|
24647
|
-
* Appointmentsettings
|
|
24648
|
-
* @description appointmentsettings actions
|
|
24649
|
-
* @default []
|
|
24650
|
-
*/
|
|
24651
|
-
appointmentsettings: components["schemas"]["BasePermissionsSchema_Settings_Appointment_AppointmentsettingsEnum"][];
|
|
24652
|
-
};
|
|
24653
|
-
/**
|
|
24654
|
-
* BasePermissionsSchema_Settings_Appointment_AppointmentsettingsEnum
|
|
24655
|
-
* @enum {string}
|
|
24656
|
-
*/
|
|
24657
|
-
BasePermissionsSchema_Settings_Appointment_AppointmentsettingsEnum: "add" | "change" | "delete" | "view";
|
|
24658
24399
|
/** BasePermissionsSchema_Settings_Approval */
|
|
24659
24400
|
BasePermissionsSchema_Settings_Approval: {
|
|
24660
24401
|
/**
|
|
@@ -26003,13 +25744,6 @@ export interface components {
|
|
|
26003
25744
|
*/
|
|
26004
25745
|
isTwoWays: boolean;
|
|
26005
25746
|
};
|
|
26006
|
-
/** AssignDetailItemAccounts */
|
|
26007
|
-
AssignDetailItemAccounts: {
|
|
26008
|
-
/** Id */
|
|
26009
|
-
id: number;
|
|
26010
|
-
/** Name */
|
|
26011
|
-
name: string;
|
|
26012
|
-
};
|
|
26013
25747
|
/** AttributeItem */
|
|
26014
25748
|
AttributeItem: {
|
|
26015
25749
|
name: components["schemas"]["IdAndName"];
|
|
@@ -26387,7 +26121,6 @@ export interface components {
|
|
|
26387
26121
|
* @default []
|
|
26388
26122
|
*/
|
|
26389
26123
|
taxes: components["schemas"]["TaxSchema"][];
|
|
26390
|
-
transactionalGroup: components["schemas"]["AssignDetailItemAccounts"] | null;
|
|
26391
26124
|
/**
|
|
26392
26125
|
* Isinventorytracked
|
|
26393
26126
|
* @default false
|
|
@@ -26636,7 +26369,6 @@ export interface components {
|
|
|
26636
26369
|
* @default []
|
|
26637
26370
|
*/
|
|
26638
26371
|
taxes: components["schemas"]["TaxSchema"][];
|
|
26639
|
-
transactionalGroup: components["schemas"]["AssignDetailItemAccounts"] | null;
|
|
26640
26372
|
/**
|
|
26641
26373
|
* Isinventorytracked
|
|
26642
26374
|
* @default false
|
|
@@ -29732,6 +29464,12 @@ export interface components {
|
|
|
29732
29464
|
email: boolean;
|
|
29733
29465
|
/** Loadchartofaccount */
|
|
29734
29466
|
loadChartOfAccount?: string | null;
|
|
29467
|
+
/** Notification */
|
|
29468
|
+
notification: boolean;
|
|
29469
|
+
/** Task */
|
|
29470
|
+
task: boolean;
|
|
29471
|
+
/** Event */
|
|
29472
|
+
event: boolean;
|
|
29735
29473
|
};
|
|
29736
29474
|
/**
|
|
29737
29475
|
* ChartOfAccountType
|
|
@@ -29912,15 +29650,15 @@ export interface components {
|
|
|
29912
29650
|
*/
|
|
29913
29651
|
fieldsToInherit: string[] | null;
|
|
29914
29652
|
};
|
|
29915
|
-
/**
|
|
29916
|
-
|
|
29653
|
+
/** CreateOpeningStockSettings */
|
|
29654
|
+
CreateOpeningStockSettings: {
|
|
29917
29655
|
/** Requiresapproval */
|
|
29918
29656
|
requiresApproval: boolean;
|
|
29919
29657
|
/** Approvalconfig */
|
|
29920
29658
|
approvalConfig?: number | null;
|
|
29921
29659
|
};
|
|
29922
|
-
/**
|
|
29923
|
-
|
|
29660
|
+
/** UpdateOpeningStockSettings */
|
|
29661
|
+
UpdateOpeningStockSettings: {
|
|
29924
29662
|
/** Requiresapproval */
|
|
29925
29663
|
requiresApproval?: boolean | null;
|
|
29926
29664
|
/** Approvalconfig */
|
|
@@ -29937,37 +29675,6 @@ export interface components {
|
|
|
29937
29675
|
/** Notificationtype */
|
|
29938
29676
|
NotificationType: string;
|
|
29939
29677
|
};
|
|
29940
|
-
/** RetrieveStockAdjustmentSettings */
|
|
29941
|
-
RetrieveStockAdjustmentSettings: {
|
|
29942
|
-
/**
|
|
29943
|
-
* Datecreated
|
|
29944
|
-
* Format: date-time
|
|
29945
|
-
*/
|
|
29946
|
-
dateCreated: string;
|
|
29947
|
-
/** Datemodified */
|
|
29948
|
-
dateModified: string | null;
|
|
29949
|
-
createdBy: components["schemas"]["RecordUserSchema"];
|
|
29950
|
-
modifiedBy: components["schemas"]["RecordUserSchema"] | null;
|
|
29951
|
-
/** Id */
|
|
29952
|
-
id: number;
|
|
29953
|
-
/** Requiresapproval */
|
|
29954
|
-
requiresApproval: boolean;
|
|
29955
|
-
approvalConfig?: components["schemas"]["ApprovalConfigInfo"] | null;
|
|
29956
|
-
};
|
|
29957
|
-
/** CreateOpeningStockSettings */
|
|
29958
|
-
CreateOpeningStockSettings: {
|
|
29959
|
-
/** Requiresapproval */
|
|
29960
|
-
requiresApproval: boolean;
|
|
29961
|
-
/** Approvalconfig */
|
|
29962
|
-
approvalConfig?: number | null;
|
|
29963
|
-
};
|
|
29964
|
-
/** UpdateOpeningStockSettings */
|
|
29965
|
-
UpdateOpeningStockSettings: {
|
|
29966
|
-
/** Requiresapproval */
|
|
29967
|
-
requiresApproval?: boolean | null;
|
|
29968
|
-
/** Approvalconfig */
|
|
29969
|
-
approvalConfig?: number | null;
|
|
29970
|
-
};
|
|
29971
29678
|
/** RetrieveOpeningStockSettings */
|
|
29972
29679
|
RetrieveOpeningStockSettings: {
|
|
29973
29680
|
/**
|
|
@@ -30198,99 +29905,6 @@ export interface components {
|
|
|
30198
29905
|
attribute?: string | null;
|
|
30199
29906
|
variations: components["schemas"]["UpdateVariationDetail"];
|
|
30200
29907
|
};
|
|
30201
|
-
/** AccountSchema */
|
|
30202
|
-
AccountSchema: {
|
|
30203
|
-
/** Id */
|
|
30204
|
-
id: number;
|
|
30205
|
-
/** Name */
|
|
30206
|
-
name: string;
|
|
30207
|
-
/** Accountnumber */
|
|
30208
|
-
accountnumber: string;
|
|
30209
|
-
/**
|
|
30210
|
-
* Children
|
|
30211
|
-
* @default []
|
|
30212
|
-
*/
|
|
30213
|
-
children: components["schemas"]["AccountSchema"][];
|
|
30214
|
-
};
|
|
30215
|
-
/** CreateCustomerType */
|
|
30216
|
-
CreateCustomerType: {
|
|
30217
|
-
/** Type */
|
|
30218
|
-
type: string;
|
|
30219
|
-
/** Residentaccount */
|
|
30220
|
-
residentAccount: number;
|
|
30221
|
-
/** Nonresidentaccount */
|
|
30222
|
-
nonResidentAccount: number;
|
|
30223
|
-
/** Branchid */
|
|
30224
|
-
branchId: number;
|
|
30225
|
-
};
|
|
30226
|
-
/** AccountInfoSchema */
|
|
30227
|
-
AccountInfoSchema: {
|
|
30228
|
-
/** Id */
|
|
30229
|
-
id: number;
|
|
30230
|
-
/** Name */
|
|
30231
|
-
name: string;
|
|
30232
|
-
/** Accountnumber */
|
|
30233
|
-
accountNumber: string;
|
|
30234
|
-
};
|
|
30235
|
-
/** ListCustomerTypes */
|
|
30236
|
-
ListCustomerTypes: {
|
|
30237
|
-
info: components["schemas"]["PageInfoSchema"];
|
|
30238
|
-
/** Results */
|
|
30239
|
-
results: components["schemas"]["RetrieveCustomerTypeInList"][];
|
|
30240
|
-
};
|
|
30241
|
-
/** RetrieveCustomerTypeInList */
|
|
30242
|
-
RetrieveCustomerTypeInList: {
|
|
30243
|
-
/**
|
|
30244
|
-
* Datecreated
|
|
30245
|
-
* Format: date-time
|
|
30246
|
-
*/
|
|
30247
|
-
dateCreated: string;
|
|
30248
|
-
/** Datemodified */
|
|
30249
|
-
dateModified: string | null;
|
|
30250
|
-
createdBy: components["schemas"]["RecordUserSchema"];
|
|
30251
|
-
modifiedBy: components["schemas"]["RecordUserSchema"] | null;
|
|
30252
|
-
/** Id */
|
|
30253
|
-
id: number;
|
|
30254
|
-
/** Type */
|
|
30255
|
-
type: string;
|
|
30256
|
-
resident_account: components["schemas"]["AccountInfoSchema"];
|
|
30257
|
-
non_resident_account: components["schemas"]["AccountInfoSchema"];
|
|
30258
|
-
/** Default */
|
|
30259
|
-
default: boolean;
|
|
30260
|
-
/** Candelete */
|
|
30261
|
-
canDelete: boolean;
|
|
30262
|
-
};
|
|
30263
|
-
/** UpdateCustomerType */
|
|
30264
|
-
UpdateCustomerType: {
|
|
30265
|
-
/** Type */
|
|
30266
|
-
type?: string | null;
|
|
30267
|
-
/** Branchid */
|
|
30268
|
-
branchId: number;
|
|
30269
|
-
/** Residentaccount */
|
|
30270
|
-
residentAccount?: number | null;
|
|
30271
|
-
/** Nonresidentaccount */
|
|
30272
|
-
nonResidentAccount?: number | null;
|
|
30273
|
-
};
|
|
30274
|
-
/** RetrieveCustomerType */
|
|
30275
|
-
RetrieveCustomerType: {
|
|
30276
|
-
/**
|
|
30277
|
-
* Datecreated
|
|
30278
|
-
* Format: date-time
|
|
30279
|
-
*/
|
|
30280
|
-
dateCreated: string;
|
|
30281
|
-
/** Datemodified */
|
|
30282
|
-
dateModified: string | null;
|
|
30283
|
-
createdBy: components["schemas"]["RecordUserSchema"];
|
|
30284
|
-
modifiedBy: components["schemas"]["RecordUserSchema"] | null;
|
|
30285
|
-
/** Id */
|
|
30286
|
-
id: number;
|
|
30287
|
-
/** Type */
|
|
30288
|
-
type: string;
|
|
30289
|
-
resident_account: components["schemas"]["AccountInfoSchema"];
|
|
30290
|
-
non_resident_account: components["schemas"]["AccountInfoSchema"];
|
|
30291
|
-
/** Default */
|
|
30292
|
-
default: boolean;
|
|
30293
|
-
};
|
|
30294
29908
|
/** RetrieveUnitOfMeasurment */
|
|
30295
29909
|
RetrieveUnitOfMeasurment: {
|
|
30296
29910
|
/**
|
|
@@ -37755,6 +37369,15 @@ export interface components {
|
|
|
37755
37369
|
* @enum {string}
|
|
37756
37370
|
*/
|
|
37757
37371
|
AccountClassificationType: "customer" | "supplier";
|
|
37372
|
+
/** AccountInfoSchema */
|
|
37373
|
+
AccountInfoSchema: {
|
|
37374
|
+
/** Id */
|
|
37375
|
+
id: number;
|
|
37376
|
+
/** Name */
|
|
37377
|
+
name: string;
|
|
37378
|
+
/** Accountnumber */
|
|
37379
|
+
accountNumber: string;
|
|
37380
|
+
};
|
|
37758
37381
|
/** ListAccountClassification */
|
|
37759
37382
|
ListAccountClassification: {
|
|
37760
37383
|
/**
|
|
@@ -38003,32 +37626,6 @@ export interface components {
|
|
|
38003
37626
|
*/
|
|
38004
37627
|
useUpperCaseItemName: boolean;
|
|
38005
37628
|
};
|
|
38006
|
-
/** RetrieveAppointmentSettingSchema */
|
|
38007
|
-
RetrieveAppointmentSettingSchema: {
|
|
38008
|
-
/** Appointmentbuffertime */
|
|
38009
|
-
appointmentBufferTime: number;
|
|
38010
|
-
/** Allowoverlappingappointmentsforemployee */
|
|
38011
|
-
allowOverlappingAppointmentsForEmployee: boolean;
|
|
38012
|
-
/** Allowoverlappingappointmentsforfacility */
|
|
38013
|
-
allowOverlappingAppointmentsForFacility: boolean;
|
|
38014
|
-
/** Allowoverlappingappointmentsforcustomer */
|
|
38015
|
-
allowOverlappingAppointmentsForCustomer: boolean;
|
|
38016
|
-
/** Allowoverlappingappointmentsforservice */
|
|
38017
|
-
allowOverlappingAppointmentsForService: boolean;
|
|
38018
|
-
};
|
|
38019
|
-
/** UpdateAppointmentSettingSchema */
|
|
38020
|
-
UpdateAppointmentSettingSchema: {
|
|
38021
|
-
/** Appointmentbuffertime */
|
|
38022
|
-
appointmentBufferTime?: number | null;
|
|
38023
|
-
/** Allowoverlappingappointmentsforemployee */
|
|
38024
|
-
allowOverlappingAppointmentsForEmployee?: boolean | null;
|
|
38025
|
-
/** Allowoverlappingappointmentsforfacility */
|
|
38026
|
-
allowOverlappingAppointmentsForFacility?: boolean | null;
|
|
38027
|
-
/** Allowoverlappingappointmentsforcustomer */
|
|
38028
|
-
allowOverlappingAppointmentsForCustomer?: boolean | null;
|
|
38029
|
-
/** Allowoverlappingappointmentsforservice */
|
|
38030
|
-
allowOverlappingAppointmentsForService?: boolean | null;
|
|
38031
|
-
};
|
|
38032
37629
|
/** GetTransactionLockingSchema */
|
|
38033
37630
|
GetTransactionLockingSchema: {
|
|
38034
37631
|
/**
|
|
@@ -38326,11 +37923,6 @@ export interface components {
|
|
|
38326
37923
|
CreateClosingSchema: {
|
|
38327
37924
|
/** Year */
|
|
38328
37925
|
year: number;
|
|
38329
|
-
/**
|
|
38330
|
-
* Branches
|
|
38331
|
-
* @description List of branch IDs to include in the closing,get branches from /api/v1/auth/users/branches/
|
|
38332
|
-
*/
|
|
38333
|
-
branches: number[];
|
|
38334
37926
|
};
|
|
38335
37927
|
/** CreateSalesTaxClosing */
|
|
38336
37928
|
CreateSalesTaxClosing: {
|
|
@@ -63257,521 +62849,18 @@ export interface operations {
|
|
|
63257
62849
|
};
|
|
63258
62850
|
};
|
|
63259
62851
|
};
|
|
63260
|
-
common_shared_views_cancel_document: {
|
|
63261
|
-
parameters: {
|
|
63262
|
-
query?: never;
|
|
63263
|
-
header?: never;
|
|
63264
|
-
path?: never;
|
|
63265
|
-
cookie?: never;
|
|
63266
|
-
};
|
|
63267
|
-
requestBody: {
|
|
63268
|
-
content: {
|
|
63269
|
-
"application/json": components["schemas"]["ActionOnDocumentSchema"];
|
|
63270
|
-
};
|
|
63271
|
-
};
|
|
63272
|
-
responses: {
|
|
63273
|
-
/** @description OK */
|
|
63274
|
-
200: {
|
|
63275
|
-
headers: {
|
|
63276
|
-
[name: string]: unknown;
|
|
63277
|
-
};
|
|
63278
|
-
content: {
|
|
63279
|
-
"application/json": components["schemas"]["JournalVoucherResponse"];
|
|
63280
|
-
};
|
|
63281
|
-
};
|
|
63282
|
-
/** @description Bad Request */
|
|
63283
|
-
400: {
|
|
63284
|
-
headers: {
|
|
63285
|
-
[name: string]: unknown;
|
|
63286
|
-
};
|
|
63287
|
-
content: {
|
|
63288
|
-
"application/json": components["schemas"]["ErrorMessages"];
|
|
63289
|
-
};
|
|
63290
|
-
};
|
|
63291
|
-
/** @description Forbidden */
|
|
63292
|
-
403: {
|
|
63293
|
-
headers: {
|
|
63294
|
-
[name: string]: unknown;
|
|
63295
|
-
};
|
|
63296
|
-
content: {
|
|
63297
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63298
|
-
};
|
|
63299
|
-
};
|
|
63300
|
-
/** @description Internal Server Error */
|
|
63301
|
-
500: {
|
|
63302
|
-
headers: {
|
|
63303
|
-
[name: string]: unknown;
|
|
63304
|
-
};
|
|
63305
|
-
content: {
|
|
63306
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63307
|
-
};
|
|
63308
|
-
};
|
|
63309
|
-
};
|
|
63310
|
-
};
|
|
63311
|
-
common_shared_views_reset_to_draft_document: {
|
|
63312
|
-
parameters: {
|
|
63313
|
-
query?: never;
|
|
63314
|
-
header?: never;
|
|
63315
|
-
path?: never;
|
|
63316
|
-
cookie?: never;
|
|
63317
|
-
};
|
|
63318
|
-
requestBody: {
|
|
63319
|
-
content: {
|
|
63320
|
-
"application/json": components["schemas"]["ActionOnDocumentSchema"];
|
|
63321
|
-
};
|
|
63322
|
-
};
|
|
63323
|
-
responses: {
|
|
63324
|
-
/** @description OK */
|
|
63325
|
-
200: {
|
|
63326
|
-
headers: {
|
|
63327
|
-
[name: string]: unknown;
|
|
63328
|
-
};
|
|
63329
|
-
content: {
|
|
63330
|
-
"application/json": components["schemas"]["JournalVoucherResponse"];
|
|
63331
|
-
};
|
|
63332
|
-
};
|
|
63333
|
-
/** @description Bad Request */
|
|
63334
|
-
400: {
|
|
63335
|
-
headers: {
|
|
63336
|
-
[name: string]: unknown;
|
|
63337
|
-
};
|
|
63338
|
-
content: {
|
|
63339
|
-
"application/json": components["schemas"]["ErrorMessages"];
|
|
63340
|
-
};
|
|
63341
|
-
};
|
|
63342
|
-
/** @description Forbidden */
|
|
63343
|
-
403: {
|
|
63344
|
-
headers: {
|
|
63345
|
-
[name: string]: unknown;
|
|
63346
|
-
};
|
|
63347
|
-
content: {
|
|
63348
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63349
|
-
};
|
|
63350
|
-
};
|
|
63351
|
-
/** @description Internal Server Error */
|
|
63352
|
-
500: {
|
|
63353
|
-
headers: {
|
|
63354
|
-
[name: string]: unknown;
|
|
63355
|
-
};
|
|
63356
|
-
content: {
|
|
63357
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63358
|
-
};
|
|
63359
|
-
};
|
|
63360
|
-
};
|
|
63361
|
-
};
|
|
63362
|
-
common_shared_views_toggle_activation_document: {
|
|
63363
|
-
parameters: {
|
|
63364
|
-
query?: never;
|
|
63365
|
-
header?: never;
|
|
63366
|
-
path?: never;
|
|
63367
|
-
cookie?: never;
|
|
63368
|
-
};
|
|
63369
|
-
requestBody: {
|
|
63370
|
-
content: {
|
|
63371
|
-
"application/json": components["schemas"]["ToggleActivationSchema"];
|
|
63372
|
-
};
|
|
63373
|
-
};
|
|
63374
|
-
responses: {
|
|
63375
|
-
/** @description OK */
|
|
63376
|
-
200: {
|
|
63377
|
-
headers: {
|
|
63378
|
-
[name: string]: unknown;
|
|
63379
|
-
};
|
|
63380
|
-
content: {
|
|
63381
|
-
"application/json": components["schemas"]["JournalVoucherResponse"];
|
|
63382
|
-
};
|
|
63383
|
-
};
|
|
63384
|
-
/** @description Bad Request */
|
|
63385
|
-
400: {
|
|
63386
|
-
headers: {
|
|
63387
|
-
[name: string]: unknown;
|
|
63388
|
-
};
|
|
63389
|
-
content: {
|
|
63390
|
-
"application/json": components["schemas"]["ErrorMessages"];
|
|
63391
|
-
};
|
|
63392
|
-
};
|
|
63393
|
-
/** @description Forbidden */
|
|
63394
|
-
403: {
|
|
63395
|
-
headers: {
|
|
63396
|
-
[name: string]: unknown;
|
|
63397
|
-
};
|
|
63398
|
-
content: {
|
|
63399
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63400
|
-
};
|
|
63401
|
-
};
|
|
63402
|
-
/** @description Internal Server Error */
|
|
63403
|
-
500: {
|
|
63404
|
-
headers: {
|
|
63405
|
-
[name: string]: unknown;
|
|
63406
|
-
};
|
|
63407
|
-
content: {
|
|
63408
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63409
|
-
};
|
|
63410
|
-
};
|
|
63411
|
-
};
|
|
63412
|
-
};
|
|
63413
|
-
common_shared_views_renumber_documents: {
|
|
63414
|
-
parameters: {
|
|
63415
|
-
query?: never;
|
|
63416
|
-
header?: never;
|
|
63417
|
-
path?: never;
|
|
63418
|
-
cookie?: never;
|
|
63419
|
-
};
|
|
63420
|
-
requestBody: {
|
|
63421
|
-
content: {
|
|
63422
|
-
"application/json": components["schemas"]["ReNumberDocumentSchema"];
|
|
63423
|
-
};
|
|
63424
|
-
};
|
|
63425
|
-
responses: {
|
|
63426
|
-
/** @description OK */
|
|
63427
|
-
200: {
|
|
63428
|
-
headers: {
|
|
63429
|
-
[name: string]: unknown;
|
|
63430
|
-
};
|
|
63431
|
-
content: {
|
|
63432
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63433
|
-
};
|
|
63434
|
-
};
|
|
63435
|
-
/** @description Bad Request */
|
|
63436
|
-
400: {
|
|
63437
|
-
headers: {
|
|
63438
|
-
[name: string]: unknown;
|
|
63439
|
-
};
|
|
63440
|
-
content: {
|
|
63441
|
-
"application/json": components["schemas"]["ErrorMessages"];
|
|
63442
|
-
};
|
|
63443
|
-
};
|
|
63444
|
-
/** @description Forbidden */
|
|
63445
|
-
403: {
|
|
63446
|
-
headers: {
|
|
63447
|
-
[name: string]: unknown;
|
|
63448
|
-
};
|
|
63449
|
-
content: {
|
|
63450
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63451
|
-
};
|
|
63452
|
-
};
|
|
63453
|
-
/** @description Internal Server Error */
|
|
63454
|
-
500: {
|
|
63455
|
-
headers: {
|
|
63456
|
-
[name: string]: unknown;
|
|
63457
|
-
};
|
|
63458
|
-
content: {
|
|
63459
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63460
|
-
};
|
|
63461
|
-
};
|
|
63462
|
-
};
|
|
63463
|
-
};
|
|
63464
|
-
common_facility_views_list_facilities: {
|
|
63465
|
-
parameters: {
|
|
63466
|
-
query: {
|
|
63467
|
-
branchId: string;
|
|
63468
|
-
/** @description Search by facility name */
|
|
63469
|
-
search?: string | null;
|
|
63470
|
-
};
|
|
63471
|
-
header?: never;
|
|
63472
|
-
path?: never;
|
|
63473
|
-
cookie?: never;
|
|
63474
|
-
};
|
|
63475
|
-
requestBody?: never;
|
|
63476
|
-
responses: {
|
|
63477
|
-
/** @description OK */
|
|
63478
|
-
200: {
|
|
63479
|
-
headers: {
|
|
63480
|
-
[name: string]: unknown;
|
|
63481
|
-
};
|
|
63482
|
-
content: {
|
|
63483
|
-
"application/json": components["schemas"]["ListFacilities"];
|
|
63484
|
-
};
|
|
63485
|
-
};
|
|
63486
|
-
/** @description Bad Request */
|
|
63487
|
-
400: {
|
|
63488
|
-
headers: {
|
|
63489
|
-
[name: string]: unknown;
|
|
63490
|
-
};
|
|
63491
|
-
content: {
|
|
63492
|
-
"application/json": components["schemas"]["ErrorMessages"];
|
|
63493
|
-
};
|
|
63494
|
-
};
|
|
63495
|
-
/** @description Forbidden */
|
|
63496
|
-
403: {
|
|
63497
|
-
headers: {
|
|
63498
|
-
[name: string]: unknown;
|
|
63499
|
-
};
|
|
63500
|
-
content: {
|
|
63501
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63502
|
-
};
|
|
63503
|
-
};
|
|
63504
|
-
/** @description Not Found */
|
|
63505
|
-
404: {
|
|
63506
|
-
headers: {
|
|
63507
|
-
[name: string]: unknown;
|
|
63508
|
-
};
|
|
63509
|
-
content: {
|
|
63510
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63511
|
-
};
|
|
63512
|
-
};
|
|
63513
|
-
/** @description Internal Server Error */
|
|
63514
|
-
500: {
|
|
63515
|
-
headers: {
|
|
63516
|
-
[name: string]: unknown;
|
|
63517
|
-
};
|
|
63518
|
-
content: {
|
|
63519
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63520
|
-
};
|
|
63521
|
-
};
|
|
63522
|
-
};
|
|
63523
|
-
};
|
|
63524
|
-
common_facility_views_create_facility: {
|
|
63525
|
-
parameters: {
|
|
63526
|
-
query?: never;
|
|
63527
|
-
header?: never;
|
|
63528
|
-
path?: never;
|
|
63529
|
-
cookie?: never;
|
|
63530
|
-
};
|
|
63531
|
-
requestBody: {
|
|
63532
|
-
content: {
|
|
63533
|
-
"application/json": components["schemas"]["FacilitySchema"];
|
|
63534
|
-
};
|
|
63535
|
-
};
|
|
63536
|
-
responses: {
|
|
63537
|
-
/** @description Created */
|
|
63538
|
-
201: {
|
|
63539
|
-
headers: {
|
|
63540
|
-
[name: string]: unknown;
|
|
63541
|
-
};
|
|
63542
|
-
content: {
|
|
63543
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63544
|
-
};
|
|
63545
|
-
};
|
|
63546
|
-
/** @description Bad Request */
|
|
63547
|
-
400: {
|
|
63548
|
-
headers: {
|
|
63549
|
-
[name: string]: unknown;
|
|
63550
|
-
};
|
|
63551
|
-
content: {
|
|
63552
|
-
"application/json": components["schemas"]["ErrorMessages"];
|
|
63553
|
-
};
|
|
63554
|
-
};
|
|
63555
|
-
/** @description Forbidden */
|
|
63556
|
-
403: {
|
|
63557
|
-
headers: {
|
|
63558
|
-
[name: string]: unknown;
|
|
63559
|
-
};
|
|
63560
|
-
content: {
|
|
63561
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63562
|
-
};
|
|
63563
|
-
};
|
|
63564
|
-
/** @description Not Found */
|
|
63565
|
-
404: {
|
|
63566
|
-
headers: {
|
|
63567
|
-
[name: string]: unknown;
|
|
63568
|
-
};
|
|
63569
|
-
content: {
|
|
63570
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63571
|
-
};
|
|
63572
|
-
};
|
|
63573
|
-
/** @description Internal Server Error */
|
|
63574
|
-
500: {
|
|
63575
|
-
headers: {
|
|
63576
|
-
[name: string]: unknown;
|
|
63577
|
-
};
|
|
63578
|
-
content: {
|
|
63579
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63580
|
-
};
|
|
63581
|
-
};
|
|
63582
|
-
};
|
|
63583
|
-
};
|
|
63584
|
-
common_facility_views_get_facility: {
|
|
63585
|
-
parameters: {
|
|
63586
|
-
query: {
|
|
63587
|
-
branchId: number;
|
|
63588
|
-
};
|
|
63589
|
-
header?: never;
|
|
63590
|
-
path: {
|
|
63591
|
-
id: number;
|
|
63592
|
-
};
|
|
63593
|
-
cookie?: never;
|
|
63594
|
-
};
|
|
63595
|
-
requestBody?: never;
|
|
63596
|
-
responses: {
|
|
63597
|
-
/** @description OK */
|
|
63598
|
-
200: {
|
|
63599
|
-
headers: {
|
|
63600
|
-
[name: string]: unknown;
|
|
63601
|
-
};
|
|
63602
|
-
content: {
|
|
63603
|
-
"application/json": components["schemas"]["RetrieveFacility"];
|
|
63604
|
-
};
|
|
63605
|
-
};
|
|
63606
|
-
/** @description Bad Request */
|
|
63607
|
-
400: {
|
|
63608
|
-
headers: {
|
|
63609
|
-
[name: string]: unknown;
|
|
63610
|
-
};
|
|
63611
|
-
content: {
|
|
63612
|
-
"application/json": components["schemas"]["ErrorMessages"];
|
|
63613
|
-
};
|
|
63614
|
-
};
|
|
63615
|
-
/** @description Forbidden */
|
|
63616
|
-
403: {
|
|
63617
|
-
headers: {
|
|
63618
|
-
[name: string]: unknown;
|
|
63619
|
-
};
|
|
63620
|
-
content: {
|
|
63621
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63622
|
-
};
|
|
63623
|
-
};
|
|
63624
|
-
/** @description Not Found */
|
|
63625
|
-
404: {
|
|
63626
|
-
headers: {
|
|
63627
|
-
[name: string]: unknown;
|
|
63628
|
-
};
|
|
63629
|
-
content: {
|
|
63630
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63631
|
-
};
|
|
63632
|
-
};
|
|
63633
|
-
/** @description Internal Server Error */
|
|
63634
|
-
500: {
|
|
63635
|
-
headers: {
|
|
63636
|
-
[name: string]: unknown;
|
|
63637
|
-
};
|
|
63638
|
-
content: {
|
|
63639
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63640
|
-
};
|
|
63641
|
-
};
|
|
63642
|
-
};
|
|
63643
|
-
};
|
|
63644
|
-
common_facility_views_delete_facility: {
|
|
63645
|
-
parameters: {
|
|
63646
|
-
query: {
|
|
63647
|
-
branchId: number;
|
|
63648
|
-
};
|
|
63649
|
-
header?: never;
|
|
63650
|
-
path: {
|
|
63651
|
-
id: number;
|
|
63652
|
-
};
|
|
63653
|
-
cookie?: never;
|
|
63654
|
-
};
|
|
63655
|
-
requestBody?: never;
|
|
63656
|
-
responses: {
|
|
63657
|
-
/** @description No Content */
|
|
63658
|
-
204: {
|
|
63659
|
-
headers: {
|
|
63660
|
-
[name: string]: unknown;
|
|
63661
|
-
};
|
|
63662
|
-
content?: never;
|
|
63663
|
-
};
|
|
63664
|
-
/** @description Bad Request */
|
|
63665
|
-
400: {
|
|
63666
|
-
headers: {
|
|
63667
|
-
[name: string]: unknown;
|
|
63668
|
-
};
|
|
63669
|
-
content: {
|
|
63670
|
-
"application/json": components["schemas"]["ErrorMessages"];
|
|
63671
|
-
};
|
|
63672
|
-
};
|
|
63673
|
-
/** @description Forbidden */
|
|
63674
|
-
403: {
|
|
63675
|
-
headers: {
|
|
63676
|
-
[name: string]: unknown;
|
|
63677
|
-
};
|
|
63678
|
-
content: {
|
|
63679
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63680
|
-
};
|
|
63681
|
-
};
|
|
63682
|
-
/** @description Not Found */
|
|
63683
|
-
404: {
|
|
63684
|
-
headers: {
|
|
63685
|
-
[name: string]: unknown;
|
|
63686
|
-
};
|
|
63687
|
-
content: {
|
|
63688
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63689
|
-
};
|
|
63690
|
-
};
|
|
63691
|
-
/** @description Internal Server Error */
|
|
63692
|
-
500: {
|
|
63693
|
-
headers: {
|
|
63694
|
-
[name: string]: unknown;
|
|
63695
|
-
};
|
|
63696
|
-
content: {
|
|
63697
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63698
|
-
};
|
|
63699
|
-
};
|
|
63700
|
-
};
|
|
63701
|
-
};
|
|
63702
|
-
common_facility_views_update_facility: {
|
|
63703
|
-
parameters: {
|
|
63704
|
-
query?: never;
|
|
63705
|
-
header?: never;
|
|
63706
|
-
path: {
|
|
63707
|
-
id: number;
|
|
63708
|
-
};
|
|
63709
|
-
cookie?: never;
|
|
63710
|
-
};
|
|
63711
|
-
requestBody: {
|
|
63712
|
-
content: {
|
|
63713
|
-
"application/json": components["schemas"]["FacilitySchema"];
|
|
63714
|
-
};
|
|
63715
|
-
};
|
|
63716
|
-
responses: {
|
|
63717
|
-
/** @description OK */
|
|
63718
|
-
200: {
|
|
63719
|
-
headers: {
|
|
63720
|
-
[name: string]: unknown;
|
|
63721
|
-
};
|
|
63722
|
-
content: {
|
|
63723
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63724
|
-
};
|
|
63725
|
-
};
|
|
63726
|
-
/** @description Bad Request */
|
|
63727
|
-
400: {
|
|
63728
|
-
headers: {
|
|
63729
|
-
[name: string]: unknown;
|
|
63730
|
-
};
|
|
63731
|
-
content: {
|
|
63732
|
-
"application/json": components["schemas"]["ErrorMessages"];
|
|
63733
|
-
};
|
|
63734
|
-
};
|
|
63735
|
-
/** @description Forbidden */
|
|
63736
|
-
403: {
|
|
63737
|
-
headers: {
|
|
63738
|
-
[name: string]: unknown;
|
|
63739
|
-
};
|
|
63740
|
-
content: {
|
|
63741
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63742
|
-
};
|
|
63743
|
-
};
|
|
63744
|
-
/** @description Not Found */
|
|
63745
|
-
404: {
|
|
63746
|
-
headers: {
|
|
63747
|
-
[name: string]: unknown;
|
|
63748
|
-
};
|
|
63749
|
-
content: {
|
|
63750
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63751
|
-
};
|
|
63752
|
-
};
|
|
63753
|
-
/** @description Internal Server Error */
|
|
63754
|
-
500: {
|
|
63755
|
-
headers: {
|
|
63756
|
-
[name: string]: unknown;
|
|
63757
|
-
};
|
|
63758
|
-
content: {
|
|
63759
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63760
|
-
};
|
|
63761
|
-
};
|
|
63762
|
-
};
|
|
63763
|
-
};
|
|
63764
|
-
common_payment_method_views_list_payment_providers: {
|
|
62852
|
+
common_shared_views_cancel_document: {
|
|
63765
62853
|
parameters: {
|
|
63766
|
-
query?:
|
|
63767
|
-
/** @description Search by provider name, fee type, or payment method name */
|
|
63768
|
-
search?: string;
|
|
63769
|
-
};
|
|
62854
|
+
query?: never;
|
|
63770
62855
|
header?: never;
|
|
63771
62856
|
path?: never;
|
|
63772
62857
|
cookie?: never;
|
|
63773
62858
|
};
|
|
63774
|
-
requestBody
|
|
62859
|
+
requestBody: {
|
|
62860
|
+
content: {
|
|
62861
|
+
"application/json": components["schemas"]["ActionOnDocumentSchema"];
|
|
62862
|
+
};
|
|
62863
|
+
};
|
|
63775
62864
|
responses: {
|
|
63776
62865
|
/** @description OK */
|
|
63777
62866
|
200: {
|
|
@@ -63779,7 +62868,7 @@ export interface operations {
|
|
|
63779
62868
|
[name: string]: unknown;
|
|
63780
62869
|
};
|
|
63781
62870
|
content: {
|
|
63782
|
-
"application/json": components["schemas"]["
|
|
62871
|
+
"application/json": components["schemas"]["JournalVoucherResponse"];
|
|
63783
62872
|
};
|
|
63784
62873
|
};
|
|
63785
62874
|
/** @description Bad Request */
|
|
@@ -63811,7 +62900,7 @@ export interface operations {
|
|
|
63811
62900
|
};
|
|
63812
62901
|
};
|
|
63813
62902
|
};
|
|
63814
|
-
|
|
62903
|
+
common_shared_views_reset_to_draft_document: {
|
|
63815
62904
|
parameters: {
|
|
63816
62905
|
query?: never;
|
|
63817
62906
|
header?: never;
|
|
@@ -63820,17 +62909,17 @@ export interface operations {
|
|
|
63820
62909
|
};
|
|
63821
62910
|
requestBody: {
|
|
63822
62911
|
content: {
|
|
63823
|
-
"application/json": components["schemas"]["
|
|
62912
|
+
"application/json": components["schemas"]["ActionOnDocumentSchema"];
|
|
63824
62913
|
};
|
|
63825
62914
|
};
|
|
63826
62915
|
responses: {
|
|
63827
|
-
/** @description
|
|
63828
|
-
|
|
62916
|
+
/** @description OK */
|
|
62917
|
+
200: {
|
|
63829
62918
|
headers: {
|
|
63830
62919
|
[name: string]: unknown;
|
|
63831
62920
|
};
|
|
63832
62921
|
content: {
|
|
63833
|
-
"application/json": components["schemas"]["
|
|
62922
|
+
"application/json": components["schemas"]["JournalVoucherResponse"];
|
|
63834
62923
|
};
|
|
63835
62924
|
};
|
|
63836
62925
|
/** @description Bad Request */
|
|
@@ -63862,16 +62951,18 @@ export interface operations {
|
|
|
63862
62951
|
};
|
|
63863
62952
|
};
|
|
63864
62953
|
};
|
|
63865
|
-
|
|
62954
|
+
common_shared_views_toggle_activation_document: {
|
|
63866
62955
|
parameters: {
|
|
63867
62956
|
query?: never;
|
|
63868
62957
|
header?: never;
|
|
63869
|
-
path
|
|
63870
|
-
id: number;
|
|
63871
|
-
};
|
|
62958
|
+
path?: never;
|
|
63872
62959
|
cookie?: never;
|
|
63873
62960
|
};
|
|
63874
|
-
requestBody
|
|
62961
|
+
requestBody: {
|
|
62962
|
+
content: {
|
|
62963
|
+
"application/json": components["schemas"]["ToggleActivationSchema"];
|
|
62964
|
+
};
|
|
62965
|
+
};
|
|
63875
62966
|
responses: {
|
|
63876
62967
|
/** @description OK */
|
|
63877
62968
|
200: {
|
|
@@ -63879,20 +62970,20 @@ export interface operations {
|
|
|
63879
62970
|
[name: string]: unknown;
|
|
63880
62971
|
};
|
|
63881
62972
|
content: {
|
|
63882
|
-
"application/json": components["schemas"]["
|
|
62973
|
+
"application/json": components["schemas"]["JournalVoucherResponse"];
|
|
63883
62974
|
};
|
|
63884
62975
|
};
|
|
63885
|
-
/** @description
|
|
63886
|
-
|
|
62976
|
+
/** @description Bad Request */
|
|
62977
|
+
400: {
|
|
63887
62978
|
headers: {
|
|
63888
62979
|
[name: string]: unknown;
|
|
63889
62980
|
};
|
|
63890
62981
|
content: {
|
|
63891
|
-
"application/json": components["schemas"]["
|
|
62982
|
+
"application/json": components["schemas"]["ErrorMessages"];
|
|
63892
62983
|
};
|
|
63893
62984
|
};
|
|
63894
|
-
/** @description
|
|
63895
|
-
|
|
62985
|
+
/** @description Forbidden */
|
|
62986
|
+
403: {
|
|
63896
62987
|
headers: {
|
|
63897
62988
|
[name: string]: unknown;
|
|
63898
62989
|
};
|
|
@@ -63911,18 +63002,16 @@ export interface operations {
|
|
|
63911
63002
|
};
|
|
63912
63003
|
};
|
|
63913
63004
|
};
|
|
63914
|
-
|
|
63005
|
+
common_shared_views_renumber_documents: {
|
|
63915
63006
|
parameters: {
|
|
63916
63007
|
query?: never;
|
|
63917
63008
|
header?: never;
|
|
63918
|
-
path
|
|
63919
|
-
id: number;
|
|
63920
|
-
};
|
|
63009
|
+
path?: never;
|
|
63921
63010
|
cookie?: never;
|
|
63922
63011
|
};
|
|
63923
63012
|
requestBody: {
|
|
63924
63013
|
content: {
|
|
63925
|
-
"application/json": components["schemas"]["
|
|
63014
|
+
"application/json": components["schemas"]["ReNumberDocumentSchema"];
|
|
63926
63015
|
};
|
|
63927
63016
|
};
|
|
63928
63017
|
responses: {
|
|
@@ -63932,7 +63021,7 @@ export interface operations {
|
|
|
63932
63021
|
[name: string]: unknown;
|
|
63933
63022
|
};
|
|
63934
63023
|
content: {
|
|
63935
|
-
"application/json": components["schemas"]["
|
|
63024
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
63936
63025
|
};
|
|
63937
63026
|
};
|
|
63938
63027
|
/** @description Bad Request */
|
|
@@ -63953,15 +63042,6 @@ export interface operations {
|
|
|
63953
63042
|
"application/json": components["schemas"]["MessageResponse"];
|
|
63954
63043
|
};
|
|
63955
63044
|
};
|
|
63956
|
-
/** @description Not Found */
|
|
63957
|
-
404: {
|
|
63958
|
-
headers: {
|
|
63959
|
-
[name: string]: unknown;
|
|
63960
|
-
};
|
|
63961
|
-
content: {
|
|
63962
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63963
|
-
};
|
|
63964
|
-
};
|
|
63965
63045
|
/** @description Internal Server Error */
|
|
63966
63046
|
500: {
|
|
63967
63047
|
headers: {
|
|
@@ -63973,47 +63053,13 @@ export interface operations {
|
|
|
63973
63053
|
};
|
|
63974
63054
|
};
|
|
63975
63055
|
};
|
|
63976
|
-
|
|
63056
|
+
common_facility_views_list_facilities: {
|
|
63977
63057
|
parameters: {
|
|
63978
|
-
query
|
|
63979
|
-
|
|
63980
|
-
|
|
63981
|
-
|
|
63982
|
-
};
|
|
63983
|
-
requestBody?: never;
|
|
63984
|
-
responses: {
|
|
63985
|
-
/** @description OK */
|
|
63986
|
-
200: {
|
|
63987
|
-
headers: {
|
|
63988
|
-
[name: string]: unknown;
|
|
63989
|
-
};
|
|
63990
|
-
content: {
|
|
63991
|
-
"application/json": components["schemas"]["ListPaymentMethod"][];
|
|
63992
|
-
};
|
|
63993
|
-
};
|
|
63994
|
-
/** @description Forbidden */
|
|
63995
|
-
403: {
|
|
63996
|
-
headers: {
|
|
63997
|
-
[name: string]: unknown;
|
|
63998
|
-
};
|
|
63999
|
-
content: {
|
|
64000
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
64001
|
-
};
|
|
64002
|
-
};
|
|
64003
|
-
/** @description Internal Server Error */
|
|
64004
|
-
500: {
|
|
64005
|
-
headers: {
|
|
64006
|
-
[name: string]: unknown;
|
|
64007
|
-
};
|
|
64008
|
-
content: {
|
|
64009
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
64010
|
-
};
|
|
63058
|
+
query: {
|
|
63059
|
+
branchId: string;
|
|
63060
|
+
/** @description Search by facility name */
|
|
63061
|
+
search?: string | null;
|
|
64011
63062
|
};
|
|
64012
|
-
};
|
|
64013
|
-
};
|
|
64014
|
-
admin_panel_views_get_galoper_setting: {
|
|
64015
|
-
parameters: {
|
|
64016
|
-
query?: never;
|
|
64017
63063
|
header?: never;
|
|
64018
63064
|
path?: never;
|
|
64019
63065
|
cookie?: never;
|
|
@@ -64026,7 +63072,7 @@ export interface operations {
|
|
|
64026
63072
|
[name: string]: unknown;
|
|
64027
63073
|
};
|
|
64028
63074
|
content: {
|
|
64029
|
-
"application/json": components["schemas"]["
|
|
63075
|
+
"application/json": components["schemas"]["ListFacilities"];
|
|
64030
63076
|
};
|
|
64031
63077
|
};
|
|
64032
63078
|
/** @description Bad Request */
|
|
@@ -64067,7 +63113,7 @@ export interface operations {
|
|
|
64067
63113
|
};
|
|
64068
63114
|
};
|
|
64069
63115
|
};
|
|
64070
|
-
|
|
63116
|
+
common_facility_views_create_facility: {
|
|
64071
63117
|
parameters: {
|
|
64072
63118
|
query?: never;
|
|
64073
63119
|
header?: never;
|
|
@@ -64076,12 +63122,12 @@ export interface operations {
|
|
|
64076
63122
|
};
|
|
64077
63123
|
requestBody: {
|
|
64078
63124
|
content: {
|
|
64079
|
-
"application/json": components["schemas"]["
|
|
63125
|
+
"application/json": components["schemas"]["FacilitySchema"];
|
|
64080
63126
|
};
|
|
64081
63127
|
};
|
|
64082
63128
|
responses: {
|
|
64083
|
-
/** @description
|
|
64084
|
-
|
|
63129
|
+
/** @description Created */
|
|
63130
|
+
201: {
|
|
64085
63131
|
headers: {
|
|
64086
63132
|
[name: string]: unknown;
|
|
64087
63133
|
};
|
|
@@ -64127,26 +63173,26 @@ export interface operations {
|
|
|
64127
63173
|
};
|
|
64128
63174
|
};
|
|
64129
63175
|
};
|
|
64130
|
-
|
|
63176
|
+
common_facility_views_get_facility: {
|
|
64131
63177
|
parameters: {
|
|
64132
|
-
query
|
|
63178
|
+
query: {
|
|
63179
|
+
branchId: number;
|
|
63180
|
+
};
|
|
64133
63181
|
header?: never;
|
|
64134
|
-
path
|
|
64135
|
-
|
|
64136
|
-
};
|
|
64137
|
-
requestBody: {
|
|
64138
|
-
content: {
|
|
64139
|
-
"application/json": components["schemas"]["GaloperSettingChart"];
|
|
63182
|
+
path: {
|
|
63183
|
+
id: number;
|
|
64140
63184
|
};
|
|
63185
|
+
cookie?: never;
|
|
64141
63186
|
};
|
|
63187
|
+
requestBody?: never;
|
|
64142
63188
|
responses: {
|
|
64143
|
-
/** @description
|
|
64144
|
-
|
|
63189
|
+
/** @description OK */
|
|
63190
|
+
200: {
|
|
64145
63191
|
headers: {
|
|
64146
63192
|
[name: string]: unknown;
|
|
64147
63193
|
};
|
|
64148
63194
|
content: {
|
|
64149
|
-
"application/json": components["schemas"]["
|
|
63195
|
+
"application/json": components["schemas"]["RetrieveFacility"];
|
|
64150
63196
|
};
|
|
64151
63197
|
};
|
|
64152
63198
|
/** @description Bad Request */
|
|
@@ -64187,27 +63233,25 @@ export interface operations {
|
|
|
64187
63233
|
};
|
|
64188
63234
|
};
|
|
64189
63235
|
};
|
|
64190
|
-
|
|
63236
|
+
common_facility_views_delete_facility: {
|
|
64191
63237
|
parameters: {
|
|
64192
|
-
query
|
|
63238
|
+
query: {
|
|
63239
|
+
branchId: number;
|
|
63240
|
+
};
|
|
64193
63241
|
header?: never;
|
|
64194
|
-
path
|
|
64195
|
-
|
|
64196
|
-
};
|
|
64197
|
-
requestBody: {
|
|
64198
|
-
content: {
|
|
64199
|
-
"application/json": components["schemas"]["LoadSettingsSchema"];
|
|
63242
|
+
path: {
|
|
63243
|
+
id: number;
|
|
64200
63244
|
};
|
|
63245
|
+
cookie?: never;
|
|
64201
63246
|
};
|
|
63247
|
+
requestBody?: never;
|
|
64202
63248
|
responses: {
|
|
64203
|
-
/** @description
|
|
64204
|
-
|
|
63249
|
+
/** @description No Content */
|
|
63250
|
+
204: {
|
|
64205
63251
|
headers: {
|
|
64206
63252
|
[name: string]: unknown;
|
|
64207
63253
|
};
|
|
64208
|
-
content
|
|
64209
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
64210
|
-
};
|
|
63254
|
+
content?: never;
|
|
64211
63255
|
};
|
|
64212
63256
|
/** @description Bad Request */
|
|
64213
63257
|
400: {
|
|
@@ -64247,14 +63291,20 @@ export interface operations {
|
|
|
64247
63291
|
};
|
|
64248
63292
|
};
|
|
64249
63293
|
};
|
|
64250
|
-
|
|
63294
|
+
common_facility_views_update_facility: {
|
|
64251
63295
|
parameters: {
|
|
64252
63296
|
query?: never;
|
|
64253
63297
|
header?: never;
|
|
64254
|
-
path
|
|
63298
|
+
path: {
|
|
63299
|
+
id: number;
|
|
63300
|
+
};
|
|
64255
63301
|
cookie?: never;
|
|
64256
63302
|
};
|
|
64257
|
-
requestBody
|
|
63303
|
+
requestBody: {
|
|
63304
|
+
content: {
|
|
63305
|
+
"application/json": components["schemas"]["FacilitySchema"];
|
|
63306
|
+
};
|
|
63307
|
+
};
|
|
64258
63308
|
responses: {
|
|
64259
63309
|
/** @description OK */
|
|
64260
63310
|
200: {
|
|
@@ -64262,7 +63312,25 @@ export interface operations {
|
|
|
64262
63312
|
[name: string]: unknown;
|
|
64263
63313
|
};
|
|
64264
63314
|
content: {
|
|
64265
|
-
"application/json": components["schemas"]["
|
|
63315
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
63316
|
+
};
|
|
63317
|
+
};
|
|
63318
|
+
/** @description Bad Request */
|
|
63319
|
+
400: {
|
|
63320
|
+
headers: {
|
|
63321
|
+
[name: string]: unknown;
|
|
63322
|
+
};
|
|
63323
|
+
content: {
|
|
63324
|
+
"application/json": components["schemas"]["ErrorMessages"];
|
|
63325
|
+
};
|
|
63326
|
+
};
|
|
63327
|
+
/** @description Forbidden */
|
|
63328
|
+
403: {
|
|
63329
|
+
headers: {
|
|
63330
|
+
[name: string]: unknown;
|
|
63331
|
+
};
|
|
63332
|
+
content: {
|
|
63333
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
64266
63334
|
};
|
|
64267
63335
|
};
|
|
64268
63336
|
/** @description Not Found */
|
|
@@ -64285,11 +63353,11 @@ export interface operations {
|
|
|
64285
63353
|
};
|
|
64286
63354
|
};
|
|
64287
63355
|
};
|
|
64288
|
-
|
|
63356
|
+
common_payment_method_views_list_payment_providers: {
|
|
64289
63357
|
parameters: {
|
|
64290
63358
|
query?: {
|
|
64291
|
-
/** @description
|
|
64292
|
-
|
|
63359
|
+
/** @description Search by provider name, fee type, or payment method name */
|
|
63360
|
+
search?: string;
|
|
64293
63361
|
};
|
|
64294
63362
|
header?: never;
|
|
64295
63363
|
path?: never;
|
|
@@ -64303,7 +63371,7 @@ export interface operations {
|
|
|
64303
63371
|
[name: string]: unknown;
|
|
64304
63372
|
};
|
|
64305
63373
|
content: {
|
|
64306
|
-
"application/json": components["schemas"]["
|
|
63374
|
+
"application/json": components["schemas"]["ListPaymentProvidersSchema"];
|
|
64307
63375
|
};
|
|
64308
63376
|
};
|
|
64309
63377
|
/** @description Bad Request */
|
|
@@ -64335,28 +63403,26 @@ export interface operations {
|
|
|
64335
63403
|
};
|
|
64336
63404
|
};
|
|
64337
63405
|
};
|
|
64338
|
-
|
|
63406
|
+
common_payment_method_views_create_payment_provider: {
|
|
64339
63407
|
parameters: {
|
|
64340
|
-
query?:
|
|
64341
|
-
type?: "default" | "item" | "category";
|
|
64342
|
-
/** @description required when type = category and you are editing category */
|
|
64343
|
-
id?: number;
|
|
64344
|
-
/** @description Search by category name */
|
|
64345
|
-
search?: string | null;
|
|
64346
|
-
};
|
|
63408
|
+
query?: never;
|
|
64347
63409
|
header?: never;
|
|
64348
63410
|
path?: never;
|
|
64349
63411
|
cookie?: never;
|
|
64350
63412
|
};
|
|
64351
|
-
requestBody
|
|
63413
|
+
requestBody: {
|
|
63414
|
+
content: {
|
|
63415
|
+
"application/json": components["schemas"]["CreateUpdatePaymentProviderSchema"];
|
|
63416
|
+
};
|
|
63417
|
+
};
|
|
64352
63418
|
responses: {
|
|
64353
|
-
/** @description
|
|
64354
|
-
|
|
63419
|
+
/** @description Created */
|
|
63420
|
+
201: {
|
|
64355
63421
|
headers: {
|
|
64356
63422
|
[name: string]: unknown;
|
|
64357
63423
|
};
|
|
64358
63424
|
content: {
|
|
64359
|
-
"application/json": components["schemas"]["
|
|
63425
|
+
"application/json": components["schemas"]["PaymentProviderResponseSchema"];
|
|
64360
63426
|
};
|
|
64361
63427
|
};
|
|
64362
63428
|
/** @description Bad Request */
|
|
@@ -64388,35 +63454,24 @@ export interface operations {
|
|
|
64388
63454
|
};
|
|
64389
63455
|
};
|
|
64390
63456
|
};
|
|
64391
|
-
|
|
63457
|
+
common_payment_method_views_get_payment_provider: {
|
|
64392
63458
|
parameters: {
|
|
64393
63459
|
query?: never;
|
|
64394
63460
|
header?: never;
|
|
64395
|
-
path
|
|
64396
|
-
|
|
64397
|
-
};
|
|
64398
|
-
requestBody: {
|
|
64399
|
-
content: {
|
|
64400
|
-
"application/json": components["schemas"]["CreateCategorySchema"];
|
|
63461
|
+
path: {
|
|
63462
|
+
id: number;
|
|
64401
63463
|
};
|
|
63464
|
+
cookie?: never;
|
|
64402
63465
|
};
|
|
63466
|
+
requestBody?: never;
|
|
64403
63467
|
responses: {
|
|
64404
|
-
/** @description
|
|
64405
|
-
|
|
64406
|
-
headers: {
|
|
64407
|
-
[name: string]: unknown;
|
|
64408
|
-
};
|
|
64409
|
-
content: {
|
|
64410
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
64411
|
-
};
|
|
64412
|
-
};
|
|
64413
|
-
/** @description Bad Request */
|
|
64414
|
-
400: {
|
|
63468
|
+
/** @description OK */
|
|
63469
|
+
200: {
|
|
64415
63470
|
headers: {
|
|
64416
63471
|
[name: string]: unknown;
|
|
64417
63472
|
};
|
|
64418
63473
|
content: {
|
|
64419
|
-
"application/json": components["schemas"]["
|
|
63474
|
+
"application/json": components["schemas"]["PaymentProviderSchema"];
|
|
64420
63475
|
};
|
|
64421
63476
|
};
|
|
64422
63477
|
/** @description Forbidden */
|
|
@@ -64448,7 +63503,7 @@ export interface operations {
|
|
|
64448
63503
|
};
|
|
64449
63504
|
};
|
|
64450
63505
|
};
|
|
64451
|
-
|
|
63506
|
+
common_payment_method_views_update_payment_provider: {
|
|
64452
63507
|
parameters: {
|
|
64453
63508
|
query?: never;
|
|
64454
63509
|
header?: never;
|
|
@@ -64457,7 +63512,11 @@ export interface operations {
|
|
|
64457
63512
|
};
|
|
64458
63513
|
cookie?: never;
|
|
64459
63514
|
};
|
|
64460
|
-
requestBody
|
|
63515
|
+
requestBody: {
|
|
63516
|
+
content: {
|
|
63517
|
+
"application/json": components["schemas"]["CreateUpdatePaymentProviderSchema"];
|
|
63518
|
+
};
|
|
63519
|
+
};
|
|
64461
63520
|
responses: {
|
|
64462
63521
|
/** @description OK */
|
|
64463
63522
|
200: {
|
|
@@ -64465,7 +63524,7 @@ export interface operations {
|
|
|
64465
63524
|
[name: string]: unknown;
|
|
64466
63525
|
};
|
|
64467
63526
|
content: {
|
|
64468
|
-
"application/json": components["schemas"]["
|
|
63527
|
+
"application/json": components["schemas"]["PaymentProviderResponseSchema"];
|
|
64469
63528
|
};
|
|
64470
63529
|
};
|
|
64471
63530
|
/** @description Bad Request */
|
|
@@ -64506,23 +63565,61 @@ export interface operations {
|
|
|
64506
63565
|
};
|
|
64507
63566
|
};
|
|
64508
63567
|
};
|
|
64509
|
-
|
|
63568
|
+
common_payment_method_views_list_payment_methods: {
|
|
64510
63569
|
parameters: {
|
|
64511
63570
|
query?: never;
|
|
64512
63571
|
header?: never;
|
|
64513
|
-
path
|
|
64514
|
-
|
|
63572
|
+
path?: never;
|
|
63573
|
+
cookie?: never;
|
|
63574
|
+
};
|
|
63575
|
+
requestBody?: never;
|
|
63576
|
+
responses: {
|
|
63577
|
+
/** @description OK */
|
|
63578
|
+
200: {
|
|
63579
|
+
headers: {
|
|
63580
|
+
[name: string]: unknown;
|
|
63581
|
+
};
|
|
63582
|
+
content: {
|
|
63583
|
+
"application/json": components["schemas"]["ListPaymentMethod"][];
|
|
63584
|
+
};
|
|
63585
|
+
};
|
|
63586
|
+
/** @description Forbidden */
|
|
63587
|
+
403: {
|
|
63588
|
+
headers: {
|
|
63589
|
+
[name: string]: unknown;
|
|
63590
|
+
};
|
|
63591
|
+
content: {
|
|
63592
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
63593
|
+
};
|
|
64515
63594
|
};
|
|
63595
|
+
/** @description Internal Server Error */
|
|
63596
|
+
500: {
|
|
63597
|
+
headers: {
|
|
63598
|
+
[name: string]: unknown;
|
|
63599
|
+
};
|
|
63600
|
+
content: {
|
|
63601
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
63602
|
+
};
|
|
63603
|
+
};
|
|
63604
|
+
};
|
|
63605
|
+
};
|
|
63606
|
+
admin_panel_views_get_galoper_setting: {
|
|
63607
|
+
parameters: {
|
|
63608
|
+
query?: never;
|
|
63609
|
+
header?: never;
|
|
63610
|
+
path?: never;
|
|
64516
63611
|
cookie?: never;
|
|
64517
63612
|
};
|
|
64518
63613
|
requestBody?: never;
|
|
64519
63614
|
responses: {
|
|
64520
|
-
/** @description
|
|
64521
|
-
|
|
63615
|
+
/** @description OK */
|
|
63616
|
+
200: {
|
|
64522
63617
|
headers: {
|
|
64523
63618
|
[name: string]: unknown;
|
|
64524
63619
|
};
|
|
64525
|
-
content
|
|
63620
|
+
content: {
|
|
63621
|
+
"application/json": components["schemas"]["GaloperSettingSchemaList"];
|
|
63622
|
+
};
|
|
64526
63623
|
};
|
|
64527
63624
|
/** @description Bad Request */
|
|
64528
63625
|
400: {
|
|
@@ -64562,18 +63659,16 @@ export interface operations {
|
|
|
64562
63659
|
};
|
|
64563
63660
|
};
|
|
64564
63661
|
};
|
|
64565
|
-
|
|
63662
|
+
admin_panel_views_update_load_chart_of_account: {
|
|
64566
63663
|
parameters: {
|
|
64567
63664
|
query?: never;
|
|
64568
63665
|
header?: never;
|
|
64569
|
-
path
|
|
64570
|
-
id: number;
|
|
64571
|
-
};
|
|
63666
|
+
path?: never;
|
|
64572
63667
|
cookie?: never;
|
|
64573
63668
|
};
|
|
64574
63669
|
requestBody: {
|
|
64575
63670
|
content: {
|
|
64576
|
-
"application/json": components["schemas"]["
|
|
63671
|
+
"application/json": components["schemas"]["GaloperSettingChart"];
|
|
64577
63672
|
};
|
|
64578
63673
|
};
|
|
64579
63674
|
responses: {
|
|
@@ -64624,22 +63719,35 @@ export interface operations {
|
|
|
64624
63719
|
};
|
|
64625
63720
|
};
|
|
64626
63721
|
};
|
|
64627
|
-
|
|
63722
|
+
admin_panel_views_load_chart_of_account: {
|
|
64628
63723
|
parameters: {
|
|
64629
63724
|
query?: never;
|
|
64630
63725
|
header?: never;
|
|
64631
63726
|
path?: never;
|
|
64632
63727
|
cookie?: never;
|
|
64633
63728
|
};
|
|
64634
|
-
requestBody
|
|
63729
|
+
requestBody: {
|
|
63730
|
+
content: {
|
|
63731
|
+
"application/json": components["schemas"]["GaloperSettingChart"];
|
|
63732
|
+
};
|
|
63733
|
+
};
|
|
64635
63734
|
responses: {
|
|
64636
|
-
/** @description
|
|
64637
|
-
|
|
63735
|
+
/** @description Created */
|
|
63736
|
+
201: {
|
|
64638
63737
|
headers: {
|
|
64639
63738
|
[name: string]: unknown;
|
|
64640
63739
|
};
|
|
64641
63740
|
content: {
|
|
64642
|
-
"application/json": components["schemas"]["
|
|
63741
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
63742
|
+
};
|
|
63743
|
+
};
|
|
63744
|
+
/** @description Bad Request */
|
|
63745
|
+
400: {
|
|
63746
|
+
headers: {
|
|
63747
|
+
[name: string]: unknown;
|
|
63748
|
+
};
|
|
63749
|
+
content: {
|
|
63750
|
+
"application/json": components["schemas"]["ErrorMessages"];
|
|
64643
63751
|
};
|
|
64644
63752
|
};
|
|
64645
63753
|
/** @description Forbidden */
|
|
@@ -64671,7 +63779,7 @@ export interface operations {
|
|
|
64671
63779
|
};
|
|
64672
63780
|
};
|
|
64673
63781
|
};
|
|
64674
|
-
|
|
63782
|
+
erp_settings_views_load_settings: {
|
|
64675
63783
|
parameters: {
|
|
64676
63784
|
query?: never;
|
|
64677
63785
|
header?: never;
|
|
@@ -64680,12 +63788,12 @@ export interface operations {
|
|
|
64680
63788
|
};
|
|
64681
63789
|
requestBody: {
|
|
64682
63790
|
content: {
|
|
64683
|
-
"application/json": components["schemas"]["
|
|
63791
|
+
"application/json": components["schemas"]["LoadSettingsSchema"];
|
|
64684
63792
|
};
|
|
64685
63793
|
};
|
|
64686
63794
|
responses: {
|
|
64687
|
-
/** @description
|
|
64688
|
-
|
|
63795
|
+
/** @description Created */
|
|
63796
|
+
201: {
|
|
64689
63797
|
headers: {
|
|
64690
63798
|
[name: string]: unknown;
|
|
64691
63799
|
};
|
|
@@ -64731,7 +63839,7 @@ export interface operations {
|
|
|
64731
63839
|
};
|
|
64732
63840
|
};
|
|
64733
63841
|
};
|
|
64734
|
-
|
|
63842
|
+
erp_settings_views_get_settings_options: {
|
|
64735
63843
|
parameters: {
|
|
64736
63844
|
query?: never;
|
|
64737
63845
|
header?: never;
|
|
@@ -64746,16 +63854,7 @@ export interface operations {
|
|
|
64746
63854
|
[name: string]: unknown;
|
|
64747
63855
|
};
|
|
64748
63856
|
content: {
|
|
64749
|
-
"application/json": components["schemas"]["
|
|
64750
|
-
};
|
|
64751
|
-
};
|
|
64752
|
-
/** @description Forbidden */
|
|
64753
|
-
403: {
|
|
64754
|
-
headers: {
|
|
64755
|
-
[name: string]: unknown;
|
|
64756
|
-
};
|
|
64757
|
-
content: {
|
|
64758
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
63857
|
+
"application/json": components["schemas"]["SettingsOptions"][];
|
|
64759
63858
|
};
|
|
64760
63859
|
};
|
|
64761
63860
|
/** @description Not Found */
|
|
@@ -64778,26 +63877,25 @@ export interface operations {
|
|
|
64778
63877
|
};
|
|
64779
63878
|
};
|
|
64780
63879
|
};
|
|
64781
|
-
|
|
63880
|
+
inventory_item_category_views_get_categories_in_dropdown: {
|
|
64782
63881
|
parameters: {
|
|
64783
|
-
query?:
|
|
63882
|
+
query?: {
|
|
63883
|
+
/** @description id of category */
|
|
63884
|
+
id?: number | null;
|
|
63885
|
+
};
|
|
64784
63886
|
header?: never;
|
|
64785
63887
|
path?: never;
|
|
64786
63888
|
cookie?: never;
|
|
64787
63889
|
};
|
|
64788
|
-
requestBody
|
|
64789
|
-
content: {
|
|
64790
|
-
"application/json": components["schemas"]["CreateStockAdjustmentSettings"];
|
|
64791
|
-
};
|
|
64792
|
-
};
|
|
63890
|
+
requestBody?: never;
|
|
64793
63891
|
responses: {
|
|
64794
|
-
/** @description
|
|
64795
|
-
|
|
63892
|
+
/** @description OK */
|
|
63893
|
+
200: {
|
|
64796
63894
|
headers: {
|
|
64797
63895
|
[name: string]: unknown;
|
|
64798
63896
|
};
|
|
64799
63897
|
content: {
|
|
64800
|
-
"application/json": components["schemas"]["
|
|
63898
|
+
"application/json": components["schemas"]["ListCategoriesInDropdown"];
|
|
64801
63899
|
};
|
|
64802
63900
|
};
|
|
64803
63901
|
/** @description Bad Request */
|
|
@@ -64829,18 +63927,20 @@ export interface operations {
|
|
|
64829
63927
|
};
|
|
64830
63928
|
};
|
|
64831
63929
|
};
|
|
64832
|
-
|
|
63930
|
+
inventory_item_category_views_list_categories: {
|
|
64833
63931
|
parameters: {
|
|
64834
|
-
query?:
|
|
63932
|
+
query?: {
|
|
63933
|
+
type?: "default" | "item" | "category";
|
|
63934
|
+
/** @description required when type = category and you are editing category */
|
|
63935
|
+
id?: number;
|
|
63936
|
+
/** @description Search by category name */
|
|
63937
|
+
search?: string | null;
|
|
63938
|
+
};
|
|
64835
63939
|
header?: never;
|
|
64836
63940
|
path?: never;
|
|
64837
63941
|
cookie?: never;
|
|
64838
63942
|
};
|
|
64839
|
-
requestBody
|
|
64840
|
-
content: {
|
|
64841
|
-
"application/json": components["schemas"]["UpdateStockAdjustmentSettings"];
|
|
64842
|
-
};
|
|
64843
|
-
};
|
|
63943
|
+
requestBody?: never;
|
|
64844
63944
|
responses: {
|
|
64845
63945
|
/** @description OK */
|
|
64846
63946
|
200: {
|
|
@@ -64848,7 +63948,7 @@ export interface operations {
|
|
|
64848
63948
|
[name: string]: unknown;
|
|
64849
63949
|
};
|
|
64850
63950
|
content: {
|
|
64851
|
-
"application/json": components["schemas"]["
|
|
63951
|
+
"application/json": components["schemas"]["ListCategories"];
|
|
64852
63952
|
};
|
|
64853
63953
|
};
|
|
64854
63954
|
/** @description Bad Request */
|
|
@@ -64869,15 +63969,6 @@ export interface operations {
|
|
|
64869
63969
|
"application/json": components["schemas"]["MessageResponse"];
|
|
64870
63970
|
};
|
|
64871
63971
|
};
|
|
64872
|
-
/** @description Not Found */
|
|
64873
|
-
404: {
|
|
64874
|
-
headers: {
|
|
64875
|
-
[name: string]: unknown;
|
|
64876
|
-
};
|
|
64877
|
-
content: {
|
|
64878
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
64879
|
-
};
|
|
64880
|
-
};
|
|
64881
63972
|
/** @description Internal Server Error */
|
|
64882
63973
|
500: {
|
|
64883
63974
|
headers: {
|
|
@@ -64889,22 +63980,35 @@ export interface operations {
|
|
|
64889
63980
|
};
|
|
64890
63981
|
};
|
|
64891
63982
|
};
|
|
64892
|
-
|
|
63983
|
+
inventory_item_category_views_create_category: {
|
|
64893
63984
|
parameters: {
|
|
64894
63985
|
query?: never;
|
|
64895
63986
|
header?: never;
|
|
64896
63987
|
path?: never;
|
|
64897
63988
|
cookie?: never;
|
|
64898
63989
|
};
|
|
64899
|
-
requestBody
|
|
63990
|
+
requestBody: {
|
|
63991
|
+
content: {
|
|
63992
|
+
"application/json": components["schemas"]["CreateCategorySchema"];
|
|
63993
|
+
};
|
|
63994
|
+
};
|
|
64900
63995
|
responses: {
|
|
64901
|
-
/** @description
|
|
64902
|
-
|
|
63996
|
+
/** @description Created */
|
|
63997
|
+
201: {
|
|
64903
63998
|
headers: {
|
|
64904
63999
|
[name: string]: unknown;
|
|
64905
64000
|
};
|
|
64906
64001
|
content: {
|
|
64907
|
-
"application/json": components["schemas"]["
|
|
64002
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
64003
|
+
};
|
|
64004
|
+
};
|
|
64005
|
+
/** @description Bad Request */
|
|
64006
|
+
400: {
|
|
64007
|
+
headers: {
|
|
64008
|
+
[name: string]: unknown;
|
|
64009
|
+
};
|
|
64010
|
+
content: {
|
|
64011
|
+
"application/json": components["schemas"]["ErrorMessages"];
|
|
64908
64012
|
};
|
|
64909
64013
|
};
|
|
64910
64014
|
/** @description Forbidden */
|
|
@@ -64936,26 +64040,24 @@ export interface operations {
|
|
|
64936
64040
|
};
|
|
64937
64041
|
};
|
|
64938
64042
|
};
|
|
64939
|
-
|
|
64043
|
+
inventory_item_category_views_get_category: {
|
|
64940
64044
|
parameters: {
|
|
64941
64045
|
query?: never;
|
|
64942
64046
|
header?: never;
|
|
64943
|
-
path
|
|
64944
|
-
|
|
64945
|
-
};
|
|
64946
|
-
requestBody: {
|
|
64947
|
-
content: {
|
|
64948
|
-
"application/json": components["schemas"]["CreateOpeningStockSettings"];
|
|
64047
|
+
path: {
|
|
64048
|
+
id: number;
|
|
64949
64049
|
};
|
|
64050
|
+
cookie?: never;
|
|
64950
64051
|
};
|
|
64052
|
+
requestBody?: never;
|
|
64951
64053
|
responses: {
|
|
64952
|
-
/** @description
|
|
64953
|
-
|
|
64054
|
+
/** @description OK */
|
|
64055
|
+
200: {
|
|
64954
64056
|
headers: {
|
|
64955
64057
|
[name: string]: unknown;
|
|
64956
64058
|
};
|
|
64957
64059
|
content: {
|
|
64958
|
-
"application/json": components["schemas"]["
|
|
64060
|
+
"application/json": components["schemas"]["CategoryDetails"];
|
|
64959
64061
|
};
|
|
64960
64062
|
};
|
|
64961
64063
|
/** @description Bad Request */
|
|
@@ -64976,6 +64078,15 @@ export interface operations {
|
|
|
64976
64078
|
"application/json": components["schemas"]["MessageResponse"];
|
|
64977
64079
|
};
|
|
64978
64080
|
};
|
|
64081
|
+
/** @description Not Found */
|
|
64082
|
+
404: {
|
|
64083
|
+
headers: {
|
|
64084
|
+
[name: string]: unknown;
|
|
64085
|
+
};
|
|
64086
|
+
content: {
|
|
64087
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
64088
|
+
};
|
|
64089
|
+
};
|
|
64979
64090
|
/** @description Internal Server Error */
|
|
64980
64091
|
500: {
|
|
64981
64092
|
headers: {
|
|
@@ -64987,27 +64098,23 @@ export interface operations {
|
|
|
64987
64098
|
};
|
|
64988
64099
|
};
|
|
64989
64100
|
};
|
|
64990
|
-
|
|
64101
|
+
inventory_item_category_views_delete_category: {
|
|
64991
64102
|
parameters: {
|
|
64992
64103
|
query?: never;
|
|
64993
64104
|
header?: never;
|
|
64994
|
-
path
|
|
64995
|
-
|
|
64996
|
-
};
|
|
64997
|
-
requestBody: {
|
|
64998
|
-
content: {
|
|
64999
|
-
"application/json": components["schemas"]["UpdateOpeningStockSettings"];
|
|
64105
|
+
path: {
|
|
64106
|
+
id: number;
|
|
65000
64107
|
};
|
|
64108
|
+
cookie?: never;
|
|
65001
64109
|
};
|
|
64110
|
+
requestBody?: never;
|
|
65002
64111
|
responses: {
|
|
65003
|
-
/** @description
|
|
65004
|
-
|
|
64112
|
+
/** @description No Content */
|
|
64113
|
+
204: {
|
|
65005
64114
|
headers: {
|
|
65006
64115
|
[name: string]: unknown;
|
|
65007
64116
|
};
|
|
65008
|
-
content
|
|
65009
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
65010
|
-
};
|
|
64117
|
+
content?: never;
|
|
65011
64118
|
};
|
|
65012
64119
|
/** @description Bad Request */
|
|
65013
64120
|
400: {
|
|
@@ -65047,14 +64154,20 @@ export interface operations {
|
|
|
65047
64154
|
};
|
|
65048
64155
|
};
|
|
65049
64156
|
};
|
|
65050
|
-
|
|
64157
|
+
inventory_item_category_views_update_category: {
|
|
65051
64158
|
parameters: {
|
|
65052
64159
|
query?: never;
|
|
65053
64160
|
header?: never;
|
|
65054
|
-
path
|
|
64161
|
+
path: {
|
|
64162
|
+
id: number;
|
|
64163
|
+
};
|
|
65055
64164
|
cookie?: never;
|
|
65056
64165
|
};
|
|
65057
|
-
requestBody
|
|
64166
|
+
requestBody: {
|
|
64167
|
+
content: {
|
|
64168
|
+
"application/json": components["schemas"]["UpdateCategorySchema"];
|
|
64169
|
+
};
|
|
64170
|
+
};
|
|
65058
64171
|
responses: {
|
|
65059
64172
|
/** @description OK */
|
|
65060
64173
|
200: {
|
|
@@ -65062,7 +64175,7 @@ export interface operations {
|
|
|
65062
64175
|
[name: string]: unknown;
|
|
65063
64176
|
};
|
|
65064
64177
|
content: {
|
|
65065
|
-
"application/json": components["schemas"]["
|
|
64178
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
65066
64179
|
};
|
|
65067
64180
|
};
|
|
65068
64181
|
/** @description Bad Request */
|
|
@@ -65103,39 +64216,35 @@ export interface operations {
|
|
|
65103
64216
|
};
|
|
65104
64217
|
};
|
|
65105
64218
|
};
|
|
65106
|
-
|
|
64219
|
+
erp_settings_inventorysetting_views_get_item_variant_settings: {
|
|
65107
64220
|
parameters: {
|
|
65108
64221
|
query?: never;
|
|
65109
64222
|
header?: never;
|
|
65110
64223
|
path?: never;
|
|
65111
64224
|
cookie?: never;
|
|
65112
64225
|
};
|
|
65113
|
-
requestBody
|
|
65114
|
-
content: {
|
|
65115
|
-
"application/json": components["schemas"]["CreateInventorySetting"];
|
|
65116
|
-
};
|
|
65117
|
-
};
|
|
64226
|
+
requestBody?: never;
|
|
65118
64227
|
responses: {
|
|
65119
|
-
/** @description
|
|
65120
|
-
|
|
64228
|
+
/** @description OK */
|
|
64229
|
+
200: {
|
|
65121
64230
|
headers: {
|
|
65122
64231
|
[name: string]: unknown;
|
|
65123
64232
|
};
|
|
65124
64233
|
content: {
|
|
65125
|
-
"application/json": components["schemas"]["
|
|
64234
|
+
"application/json": components["schemas"]["ItemVariantSettingsDetailSchema"];
|
|
65126
64235
|
};
|
|
65127
64236
|
};
|
|
65128
|
-
/** @description
|
|
65129
|
-
|
|
64237
|
+
/** @description Forbidden */
|
|
64238
|
+
403: {
|
|
65130
64239
|
headers: {
|
|
65131
64240
|
[name: string]: unknown;
|
|
65132
64241
|
};
|
|
65133
64242
|
content: {
|
|
65134
|
-
"application/json": components["schemas"]["
|
|
64243
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
65135
64244
|
};
|
|
65136
64245
|
};
|
|
65137
|
-
/** @description
|
|
65138
|
-
|
|
64246
|
+
/** @description Not Found */
|
|
64247
|
+
404: {
|
|
65139
64248
|
headers: {
|
|
65140
64249
|
[name: string]: unknown;
|
|
65141
64250
|
};
|
|
@@ -65154,7 +64263,7 @@ export interface operations {
|
|
|
65154
64263
|
};
|
|
65155
64264
|
};
|
|
65156
64265
|
};
|
|
65157
|
-
|
|
64266
|
+
erp_settings_inventorysetting_views_update_item_variant_settings: {
|
|
65158
64267
|
parameters: {
|
|
65159
64268
|
query?: never;
|
|
65160
64269
|
header?: never;
|
|
@@ -65163,7 +64272,7 @@ export interface operations {
|
|
|
65163
64272
|
};
|
|
65164
64273
|
requestBody: {
|
|
65165
64274
|
content: {
|
|
65166
|
-
"application/json": components["schemas"]["
|
|
64275
|
+
"application/json": components["schemas"]["UpdateItemVariantSettings"];
|
|
65167
64276
|
};
|
|
65168
64277
|
};
|
|
65169
64278
|
responses: {
|
|
@@ -65214,12 +64323,9 @@ export interface operations {
|
|
|
65214
64323
|
};
|
|
65215
64324
|
};
|
|
65216
64325
|
};
|
|
65217
|
-
|
|
64326
|
+
erp_settings_inventorysetting_views_get_opening_stock_settings: {
|
|
65218
64327
|
parameters: {
|
|
65219
|
-
query?:
|
|
65220
|
-
/** @description Search by variation attribute */
|
|
65221
|
-
search?: string | null;
|
|
65222
|
-
};
|
|
64328
|
+
query?: never;
|
|
65223
64329
|
header?: never;
|
|
65224
64330
|
path?: never;
|
|
65225
64331
|
cookie?: never;
|
|
@@ -65232,20 +64338,20 @@ export interface operations {
|
|
|
65232
64338
|
[name: string]: unknown;
|
|
65233
64339
|
};
|
|
65234
64340
|
content: {
|
|
65235
|
-
"application/json": components["schemas"]["
|
|
64341
|
+
"application/json": components["schemas"]["RetrieveOpeningStockSettings"];
|
|
65236
64342
|
};
|
|
65237
64343
|
};
|
|
65238
|
-
/** @description
|
|
65239
|
-
|
|
64344
|
+
/** @description Forbidden */
|
|
64345
|
+
403: {
|
|
65240
64346
|
headers: {
|
|
65241
64347
|
[name: string]: unknown;
|
|
65242
64348
|
};
|
|
65243
64349
|
content: {
|
|
65244
|
-
"application/json": components["schemas"]["
|
|
64350
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
65245
64351
|
};
|
|
65246
64352
|
};
|
|
65247
|
-
/** @description
|
|
65248
|
-
|
|
64353
|
+
/** @description Not Found */
|
|
64354
|
+
404: {
|
|
65249
64355
|
headers: {
|
|
65250
64356
|
[name: string]: unknown;
|
|
65251
64357
|
};
|
|
@@ -65264,7 +64370,7 @@ export interface operations {
|
|
|
65264
64370
|
};
|
|
65265
64371
|
};
|
|
65266
64372
|
};
|
|
65267
|
-
|
|
64373
|
+
erp_settings_inventorysetting_views_create_opening_stock_settings: {
|
|
65268
64374
|
parameters: {
|
|
65269
64375
|
query?: never;
|
|
65270
64376
|
header?: never;
|
|
@@ -65273,7 +64379,7 @@ export interface operations {
|
|
|
65273
64379
|
};
|
|
65274
64380
|
requestBody: {
|
|
65275
64381
|
content: {
|
|
65276
|
-
"application/json": components["schemas"]["
|
|
64382
|
+
"application/json": components["schemas"]["CreateOpeningStockSettings"];
|
|
65277
64383
|
};
|
|
65278
64384
|
};
|
|
65279
64385
|
responses: {
|
|
@@ -65283,7 +64389,7 @@ export interface operations {
|
|
|
65283
64389
|
[name: string]: unknown;
|
|
65284
64390
|
};
|
|
65285
64391
|
content: {
|
|
65286
|
-
"application/json": components["schemas"]["
|
|
64392
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
65287
64393
|
};
|
|
65288
64394
|
};
|
|
65289
64395
|
/** @description Bad Request */
|
|
@@ -65315,16 +64421,18 @@ export interface operations {
|
|
|
65315
64421
|
};
|
|
65316
64422
|
};
|
|
65317
64423
|
};
|
|
65318
|
-
|
|
64424
|
+
erp_settings_inventorysetting_views_update_opening_stock_settings: {
|
|
65319
64425
|
parameters: {
|
|
65320
64426
|
query?: never;
|
|
65321
64427
|
header?: never;
|
|
65322
|
-
path
|
|
65323
|
-
id: number;
|
|
65324
|
-
};
|
|
64428
|
+
path?: never;
|
|
65325
64429
|
cookie?: never;
|
|
65326
64430
|
};
|
|
65327
|
-
requestBody
|
|
64431
|
+
requestBody: {
|
|
64432
|
+
content: {
|
|
64433
|
+
"application/json": components["schemas"]["UpdateOpeningStockSettings"];
|
|
64434
|
+
};
|
|
64435
|
+
};
|
|
65328
64436
|
responses: {
|
|
65329
64437
|
/** @description OK */
|
|
65330
64438
|
200: {
|
|
@@ -65332,7 +64440,7 @@ export interface operations {
|
|
|
65332
64440
|
[name: string]: unknown;
|
|
65333
64441
|
};
|
|
65334
64442
|
content: {
|
|
65335
|
-
"application/json": components["schemas"]["
|
|
64443
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
65336
64444
|
};
|
|
65337
64445
|
};
|
|
65338
64446
|
/** @description Bad Request */
|
|
@@ -65373,23 +64481,23 @@ export interface operations {
|
|
|
65373
64481
|
};
|
|
65374
64482
|
};
|
|
65375
64483
|
};
|
|
65376
|
-
|
|
64484
|
+
erp_settings_inventorysetting_views_get_inventory_setting: {
|
|
65377
64485
|
parameters: {
|
|
65378
64486
|
query?: never;
|
|
65379
64487
|
header?: never;
|
|
65380
|
-
path
|
|
65381
|
-
id: number;
|
|
65382
|
-
};
|
|
64488
|
+
path?: never;
|
|
65383
64489
|
cookie?: never;
|
|
65384
64490
|
};
|
|
65385
64491
|
requestBody?: never;
|
|
65386
64492
|
responses: {
|
|
65387
|
-
/** @description
|
|
65388
|
-
|
|
64493
|
+
/** @description OK */
|
|
64494
|
+
200: {
|
|
65389
64495
|
headers: {
|
|
65390
64496
|
[name: string]: unknown;
|
|
65391
64497
|
};
|
|
65392
|
-
content
|
|
64498
|
+
content: {
|
|
64499
|
+
"application/json": components["schemas"]["RetrieveInventorySetting"];
|
|
64500
|
+
};
|
|
65393
64501
|
};
|
|
65394
64502
|
/** @description Bad Request */
|
|
65395
64503
|
400: {
|
|
@@ -65429,28 +64537,26 @@ export interface operations {
|
|
|
65429
64537
|
};
|
|
65430
64538
|
};
|
|
65431
64539
|
};
|
|
65432
|
-
|
|
64540
|
+
erp_settings_inventorysetting_views_create_inventory_setting: {
|
|
65433
64541
|
parameters: {
|
|
65434
64542
|
query?: never;
|
|
65435
64543
|
header?: never;
|
|
65436
|
-
path
|
|
65437
|
-
id: number;
|
|
65438
|
-
};
|
|
64544
|
+
path?: never;
|
|
65439
64545
|
cookie?: never;
|
|
65440
64546
|
};
|
|
65441
64547
|
requestBody: {
|
|
65442
64548
|
content: {
|
|
65443
|
-
"application/json": components["schemas"]["
|
|
64549
|
+
"application/json": components["schemas"]["CreateInventorySetting"];
|
|
65444
64550
|
};
|
|
65445
64551
|
};
|
|
65446
64552
|
responses: {
|
|
65447
|
-
/** @description
|
|
65448
|
-
|
|
64553
|
+
/** @description Created */
|
|
64554
|
+
201: {
|
|
65449
64555
|
headers: {
|
|
65450
64556
|
[name: string]: unknown;
|
|
65451
64557
|
};
|
|
65452
64558
|
content: {
|
|
65453
|
-
"application/json": components["schemas"]["
|
|
64559
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
65454
64560
|
};
|
|
65455
64561
|
};
|
|
65456
64562
|
/** @description Bad Request */
|
|
@@ -65471,15 +64577,6 @@ export interface operations {
|
|
|
65471
64577
|
"application/json": components["schemas"]["MessageResponse"];
|
|
65472
64578
|
};
|
|
65473
64579
|
};
|
|
65474
|
-
/** @description Not Found */
|
|
65475
|
-
404: {
|
|
65476
|
-
headers: {
|
|
65477
|
-
[name: string]: unknown;
|
|
65478
|
-
};
|
|
65479
|
-
content: {
|
|
65480
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
65481
|
-
};
|
|
65482
|
-
};
|
|
65483
64580
|
/** @description Internal Server Error */
|
|
65484
64581
|
500: {
|
|
65485
64582
|
headers: {
|
|
@@ -65491,18 +64588,18 @@ export interface operations {
|
|
|
65491
64588
|
};
|
|
65492
64589
|
};
|
|
65493
64590
|
};
|
|
65494
|
-
|
|
64591
|
+
erp_settings_inventorysetting_views_update_inventory_setting: {
|
|
65495
64592
|
parameters: {
|
|
65496
|
-
query
|
|
65497
|
-
branchId: number;
|
|
65498
|
-
/** @description Customer type id needed only when method type is PATCH */
|
|
65499
|
-
id?: number | null;
|
|
65500
|
-
};
|
|
64593
|
+
query?: never;
|
|
65501
64594
|
header?: never;
|
|
65502
64595
|
path?: never;
|
|
65503
64596
|
cookie?: never;
|
|
65504
64597
|
};
|
|
65505
|
-
requestBody
|
|
64598
|
+
requestBody: {
|
|
64599
|
+
content: {
|
|
64600
|
+
"application/json": components["schemas"]["UpdateInventorySetting"];
|
|
64601
|
+
};
|
|
64602
|
+
};
|
|
65506
64603
|
responses: {
|
|
65507
64604
|
/** @description OK */
|
|
65508
64605
|
200: {
|
|
@@ -65510,7 +64607,7 @@ export interface operations {
|
|
|
65510
64607
|
[name: string]: unknown;
|
|
65511
64608
|
};
|
|
65512
64609
|
content: {
|
|
65513
|
-
"application/json": components["schemas"]["
|
|
64610
|
+
"application/json": components["schemas"]["MessageResponse"];
|
|
65514
64611
|
};
|
|
65515
64612
|
};
|
|
65516
64613
|
/** @description Bad Request */
|
|
@@ -65519,7 +64616,7 @@ export interface operations {
|
|
|
65519
64616
|
[name: string]: unknown;
|
|
65520
64617
|
};
|
|
65521
64618
|
content: {
|
|
65522
|
-
"application/json": components["schemas"]["
|
|
64619
|
+
"application/json": components["schemas"]["ErrorMessages"];
|
|
65523
64620
|
};
|
|
65524
64621
|
};
|
|
65525
64622
|
/** @description Forbidden */
|
|
@@ -65551,13 +64648,11 @@ export interface operations {
|
|
|
65551
64648
|
};
|
|
65552
64649
|
};
|
|
65553
64650
|
};
|
|
65554
|
-
|
|
64651
|
+
inventory_item_variation_views_list_variations: {
|
|
65555
64652
|
parameters: {
|
|
65556
64653
|
query?: {
|
|
65557
|
-
/** @description
|
|
65558
|
-
|
|
65559
|
-
/** @description Page size */
|
|
65560
|
-
pageSize?: number;
|
|
64654
|
+
/** @description Search by variation attribute */
|
|
64655
|
+
search?: string | null;
|
|
65561
64656
|
};
|
|
65562
64657
|
header?: never;
|
|
65563
64658
|
path?: never;
|
|
@@ -65571,7 +64666,7 @@ export interface operations {
|
|
|
65571
64666
|
[name: string]: unknown;
|
|
65572
64667
|
};
|
|
65573
64668
|
content: {
|
|
65574
|
-
"application/json": components["schemas"]["
|
|
64669
|
+
"application/json": components["schemas"]["ListVariations"];
|
|
65575
64670
|
};
|
|
65576
64671
|
};
|
|
65577
64672
|
/** @description Bad Request */
|
|
@@ -65580,7 +64675,7 @@ export interface operations {
|
|
|
65580
64675
|
[name: string]: unknown;
|
|
65581
64676
|
};
|
|
65582
64677
|
content: {
|
|
65583
|
-
"application/json": components["schemas"]["
|
|
64678
|
+
"application/json": components["schemas"]["ErrorMessages"];
|
|
65584
64679
|
};
|
|
65585
64680
|
};
|
|
65586
64681
|
/** @description Forbidden */
|
|
@@ -65603,7 +64698,7 @@ export interface operations {
|
|
|
65603
64698
|
};
|
|
65604
64699
|
};
|
|
65605
64700
|
};
|
|
65606
|
-
|
|
64701
|
+
inventory_item_variation_views_create_variation: {
|
|
65607
64702
|
parameters: {
|
|
65608
64703
|
query?: never;
|
|
65609
64704
|
header?: never;
|
|
@@ -65612,7 +64707,7 @@ export interface operations {
|
|
|
65612
64707
|
};
|
|
65613
64708
|
requestBody: {
|
|
65614
64709
|
content: {
|
|
65615
|
-
"application/json": components["schemas"]["
|
|
64710
|
+
"application/json": components["schemas"]["VariationHeaderSchema"];
|
|
65616
64711
|
};
|
|
65617
64712
|
};
|
|
65618
64713
|
responses: {
|
|
@@ -65622,7 +64717,7 @@ export interface operations {
|
|
|
65622
64717
|
[name: string]: unknown;
|
|
65623
64718
|
};
|
|
65624
64719
|
content: {
|
|
65625
|
-
"application/json": components["schemas"]["
|
|
64720
|
+
"application/json": components["schemas"]["ItemVariationsResponse"];
|
|
65626
64721
|
};
|
|
65627
64722
|
};
|
|
65628
64723
|
/** @description Bad Request */
|
|
@@ -65631,7 +64726,7 @@ export interface operations {
|
|
|
65631
64726
|
[name: string]: unknown;
|
|
65632
64727
|
};
|
|
65633
64728
|
content: {
|
|
65634
|
-
"application/json": components["schemas"]["
|
|
64729
|
+
"application/json": components["schemas"]["ErrorMessages"];
|
|
65635
64730
|
};
|
|
65636
64731
|
};
|
|
65637
64732
|
/** @description Forbidden */
|
|
@@ -65643,24 +64738,6 @@ export interface operations {
|
|
|
65643
64738
|
"application/json": components["schemas"]["MessageResponse"];
|
|
65644
64739
|
};
|
|
65645
64740
|
};
|
|
65646
|
-
/** @description Not Found */
|
|
65647
|
-
404: {
|
|
65648
|
-
headers: {
|
|
65649
|
-
[name: string]: unknown;
|
|
65650
|
-
};
|
|
65651
|
-
content: {
|
|
65652
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
65653
|
-
};
|
|
65654
|
-
};
|
|
65655
|
-
/** @description Conflict */
|
|
65656
|
-
409: {
|
|
65657
|
-
headers: {
|
|
65658
|
-
[name: string]: unknown;
|
|
65659
|
-
};
|
|
65660
|
-
content: {
|
|
65661
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
65662
|
-
};
|
|
65663
|
-
};
|
|
65664
64741
|
/** @description Internal Server Error */
|
|
65665
64742
|
500: {
|
|
65666
64743
|
headers: {
|
|
@@ -65672,7 +64749,7 @@ export interface operations {
|
|
|
65672
64749
|
};
|
|
65673
64750
|
};
|
|
65674
64751
|
};
|
|
65675
|
-
|
|
64752
|
+
inventory_item_variation_views_get_variation: {
|
|
65676
64753
|
parameters: {
|
|
65677
64754
|
query?: never;
|
|
65678
64755
|
header?: never;
|
|
@@ -65689,7 +64766,16 @@ export interface operations {
|
|
|
65689
64766
|
[name: string]: unknown;
|
|
65690
64767
|
};
|
|
65691
64768
|
content: {
|
|
65692
|
-
"application/json": components["schemas"]["
|
|
64769
|
+
"application/json": components["schemas"]["RetrieveVariations"];
|
|
64770
|
+
};
|
|
64771
|
+
};
|
|
64772
|
+
/** @description Bad Request */
|
|
64773
|
+
400: {
|
|
64774
|
+
headers: {
|
|
64775
|
+
[name: string]: unknown;
|
|
64776
|
+
};
|
|
64777
|
+
content: {
|
|
64778
|
+
"application/json": components["schemas"]["ErrorMessages"];
|
|
65693
64779
|
};
|
|
65694
64780
|
};
|
|
65695
64781
|
/** @description Forbidden */
|
|
@@ -65721,7 +64807,7 @@ export interface operations {
|
|
|
65721
64807
|
};
|
|
65722
64808
|
};
|
|
65723
64809
|
};
|
|
65724
|
-
|
|
64810
|
+
inventory_item_variation_views_delete_variation: {
|
|
65725
64811
|
parameters: {
|
|
65726
64812
|
query?: never;
|
|
65727
64813
|
header?: never;
|
|
@@ -65745,7 +64831,7 @@ export interface operations {
|
|
|
65745
64831
|
[name: string]: unknown;
|
|
65746
64832
|
};
|
|
65747
64833
|
content: {
|
|
65748
|
-
"application/json": components["schemas"]["
|
|
64834
|
+
"application/json": components["schemas"]["ErrorMessages"];
|
|
65749
64835
|
};
|
|
65750
64836
|
};
|
|
65751
64837
|
/** @description Forbidden */
|
|
@@ -65777,7 +64863,7 @@ export interface operations {
|
|
|
65777
64863
|
};
|
|
65778
64864
|
};
|
|
65779
64865
|
};
|
|
65780
|
-
|
|
64866
|
+
inventory_item_variation_views_update_variation: {
|
|
65781
64867
|
parameters: {
|
|
65782
64868
|
query?: never;
|
|
65783
64869
|
header?: never;
|
|
@@ -65788,7 +64874,7 @@ export interface operations {
|
|
|
65788
64874
|
};
|
|
65789
64875
|
requestBody: {
|
|
65790
64876
|
content: {
|
|
65791
|
-
"application/json": components["schemas"]["
|
|
64877
|
+
"application/json": components["schemas"]["UpdateVariationHeader"];
|
|
65792
64878
|
};
|
|
65793
64879
|
};
|
|
65794
64880
|
responses: {
|
|
@@ -65798,7 +64884,7 @@ export interface operations {
|
|
|
65798
64884
|
[name: string]: unknown;
|
|
65799
64885
|
};
|
|
65800
64886
|
content: {
|
|
65801
|
-
"application/json": components["schemas"]["
|
|
64887
|
+
"application/json": components["schemas"]["ItemVariationsResponse"];
|
|
65802
64888
|
};
|
|
65803
64889
|
};
|
|
65804
64890
|
/** @description Bad Request */
|
|
@@ -65807,7 +64893,7 @@ export interface operations {
|
|
|
65807
64893
|
[name: string]: unknown;
|
|
65808
64894
|
};
|
|
65809
64895
|
content: {
|
|
65810
|
-
"application/json": components["schemas"]["
|
|
64896
|
+
"application/json": components["schemas"]["ErrorMessages"];
|
|
65811
64897
|
};
|
|
65812
64898
|
};
|
|
65813
64899
|
/** @description Forbidden */
|
|
@@ -65828,15 +64914,6 @@ export interface operations {
|
|
|
65828
64914
|
"application/json": components["schemas"]["MessageResponse"];
|
|
65829
64915
|
};
|
|
65830
64916
|
};
|
|
65831
|
-
/** @description Conflict */
|
|
65832
|
-
409: {
|
|
65833
|
-
headers: {
|
|
65834
|
-
[name: string]: unknown;
|
|
65835
|
-
};
|
|
65836
|
-
content: {
|
|
65837
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
65838
|
-
};
|
|
65839
|
-
};
|
|
65840
64917
|
/** @description Internal Server Error */
|
|
65841
64918
|
500: {
|
|
65842
64919
|
headers: {
|
|
@@ -76738,113 +75815,6 @@ export interface operations {
|
|
|
76738
75815
|
};
|
|
76739
75816
|
};
|
|
76740
75817
|
};
|
|
76741
|
-
erp_settings_appointment_settings_views_create_or_get_appointment_settings: {
|
|
76742
|
-
parameters: {
|
|
76743
|
-
query?: never;
|
|
76744
|
-
header?: never;
|
|
76745
|
-
path?: never;
|
|
76746
|
-
cookie?: never;
|
|
76747
|
-
};
|
|
76748
|
-
requestBody?: never;
|
|
76749
|
-
responses: {
|
|
76750
|
-
/** @description OK */
|
|
76751
|
-
200: {
|
|
76752
|
-
headers: {
|
|
76753
|
-
[name: string]: unknown;
|
|
76754
|
-
};
|
|
76755
|
-
content: {
|
|
76756
|
-
"application/json": components["schemas"]["RetrieveAppointmentSettingSchema"];
|
|
76757
|
-
};
|
|
76758
|
-
};
|
|
76759
|
-
/** @description Bad Request */
|
|
76760
|
-
400: {
|
|
76761
|
-
headers: {
|
|
76762
|
-
[name: string]: unknown;
|
|
76763
|
-
};
|
|
76764
|
-
content: {
|
|
76765
|
-
"application/json": components["schemas"]["ErrorMessages"];
|
|
76766
|
-
};
|
|
76767
|
-
};
|
|
76768
|
-
/** @description Forbidden */
|
|
76769
|
-
403: {
|
|
76770
|
-
headers: {
|
|
76771
|
-
[name: string]: unknown;
|
|
76772
|
-
};
|
|
76773
|
-
content: {
|
|
76774
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
76775
|
-
};
|
|
76776
|
-
};
|
|
76777
|
-
/** @description Internal Server Error */
|
|
76778
|
-
500: {
|
|
76779
|
-
headers: {
|
|
76780
|
-
[name: string]: unknown;
|
|
76781
|
-
};
|
|
76782
|
-
content: {
|
|
76783
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
76784
|
-
};
|
|
76785
|
-
};
|
|
76786
|
-
};
|
|
76787
|
-
};
|
|
76788
|
-
erp_settings_appointment_settings_views_update_appointment_settings: {
|
|
76789
|
-
parameters: {
|
|
76790
|
-
query?: never;
|
|
76791
|
-
header?: never;
|
|
76792
|
-
path?: never;
|
|
76793
|
-
cookie?: never;
|
|
76794
|
-
};
|
|
76795
|
-
requestBody: {
|
|
76796
|
-
content: {
|
|
76797
|
-
"application/json": components["schemas"]["UpdateAppointmentSettingSchema"];
|
|
76798
|
-
};
|
|
76799
|
-
};
|
|
76800
|
-
responses: {
|
|
76801
|
-
/** @description OK */
|
|
76802
|
-
200: {
|
|
76803
|
-
headers: {
|
|
76804
|
-
[name: string]: unknown;
|
|
76805
|
-
};
|
|
76806
|
-
content: {
|
|
76807
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
76808
|
-
};
|
|
76809
|
-
};
|
|
76810
|
-
/** @description Bad Request */
|
|
76811
|
-
400: {
|
|
76812
|
-
headers: {
|
|
76813
|
-
[name: string]: unknown;
|
|
76814
|
-
};
|
|
76815
|
-
content: {
|
|
76816
|
-
"application/json": components["schemas"]["ErrorMessages"];
|
|
76817
|
-
};
|
|
76818
|
-
};
|
|
76819
|
-
/** @description Forbidden */
|
|
76820
|
-
403: {
|
|
76821
|
-
headers: {
|
|
76822
|
-
[name: string]: unknown;
|
|
76823
|
-
};
|
|
76824
|
-
content: {
|
|
76825
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
76826
|
-
};
|
|
76827
|
-
};
|
|
76828
|
-
/** @description Not Found */
|
|
76829
|
-
404: {
|
|
76830
|
-
headers: {
|
|
76831
|
-
[name: string]: unknown;
|
|
76832
|
-
};
|
|
76833
|
-
content: {
|
|
76834
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
76835
|
-
};
|
|
76836
|
-
};
|
|
76837
|
-
/** @description Internal Server Error */
|
|
76838
|
-
500: {
|
|
76839
|
-
headers: {
|
|
76840
|
-
[name: string]: unknown;
|
|
76841
|
-
};
|
|
76842
|
-
content: {
|
|
76843
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
76844
|
-
};
|
|
76845
|
-
};
|
|
76846
|
-
};
|
|
76847
|
-
};
|
|
76848
75818
|
erp_settings_transaction_locking_views_get_transaction_locking: {
|
|
76849
75819
|
parameters: {
|
|
76850
75820
|
query: {
|