@erp-galoper/types 1.0.1199 → 1.0.1200
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 +25 -46
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -19972,7 +19972,7 @@ export interface paths {
|
|
|
19972
19972
|
* - 403: permissionDenied
|
|
19973
19973
|
* - 500: unexpectedError
|
|
19974
19974
|
*
|
|
19975
|
-
* permission key:
|
|
19975
|
+
* permission key: onlinestore: ["view"]
|
|
19976
19976
|
*/
|
|
19977
19977
|
get: operations["integration_sync_views_get_sync_store"];
|
|
19978
19978
|
/**
|
|
@@ -19985,7 +19985,7 @@ export interface paths {
|
|
|
19985
19985
|
* - 403: permissionDenied
|
|
19986
19986
|
* - 500: unexpectedError
|
|
19987
19987
|
*
|
|
19988
|
-
* permission key:
|
|
19988
|
+
* permission key: onlinestore: ["change"]
|
|
19989
19989
|
*/
|
|
19990
19990
|
put: operations["integration_sync_views_update_sync_store"];
|
|
19991
19991
|
/**
|
|
@@ -19997,7 +19997,7 @@ export interface paths {
|
|
|
19997
19997
|
* - 403: permissionDenied
|
|
19998
19998
|
* - 500: unexpectedError
|
|
19999
19999
|
*
|
|
20000
|
-
* permission key:
|
|
20000
|
+
* permission key: onlinestore: ["add"]
|
|
20001
20001
|
*/
|
|
20002
20002
|
post: operations["integration_sync_views_create_sync_store"];
|
|
20003
20003
|
delete?: never;
|
|
@@ -20024,7 +20024,7 @@ export interface paths {
|
|
|
20024
20024
|
* - 403: permissionDenied
|
|
20025
20025
|
* - 500: unexpectedError
|
|
20026
20026
|
*
|
|
20027
|
-
* permission key:
|
|
20027
|
+
* permission key: onlinestore: ["view"]
|
|
20028
20028
|
*/
|
|
20029
20029
|
post: operations["integration_sync_views_test_sync_store_connection"];
|
|
20030
20030
|
delete?: never;
|
|
@@ -20093,7 +20093,7 @@ export interface paths {
|
|
|
20093
20093
|
* - 409: syncAlreadyRunning
|
|
20094
20094
|
* - 500: unexpectedError
|
|
20095
20095
|
*
|
|
20096
|
-
* permission key:
|
|
20096
|
+
* permission key: onlinestore: ["add"]
|
|
20097
20097
|
*/
|
|
20098
20098
|
post: operations["integration_sync_views_sync_orders_endpoint"];
|
|
20099
20099
|
delete?: never;
|
|
@@ -20121,7 +20121,7 @@ export interface paths {
|
|
|
20121
20121
|
* - 409: syncAlreadyRunning
|
|
20122
20122
|
* - 500: unexpectedError
|
|
20123
20123
|
*
|
|
20124
|
-
* permission key:
|
|
20124
|
+
* permission key: onlinestore: ["add"]
|
|
20125
20125
|
*/
|
|
20126
20126
|
post: operations["integration_sync_views_sync_customers_endpoint"];
|
|
20127
20127
|
delete?: never;
|
|
@@ -20146,7 +20146,7 @@ export interface paths {
|
|
|
20146
20146
|
* - 404: storeNotFound
|
|
20147
20147
|
* - 500: unexpectedError
|
|
20148
20148
|
*
|
|
20149
|
-
* permission key:
|
|
20149
|
+
* permission key: onlinestore: ["view"]
|
|
20150
20150
|
*/
|
|
20151
20151
|
get: operations["integration_sync_views_list_orders"];
|
|
20152
20152
|
put?: never;
|
|
@@ -20173,7 +20173,7 @@ export interface paths {
|
|
|
20173
20173
|
* - 404: orderNotFound
|
|
20174
20174
|
* - 500: unexpectedError
|
|
20175
20175
|
*
|
|
20176
|
-
* permission key:
|
|
20176
|
+
* permission key: onlinestore: ["view"]
|
|
20177
20177
|
*/
|
|
20178
20178
|
get: operations["integration_sync_views_get_order"];
|
|
20179
20179
|
put?: never;
|
|
@@ -20496,11 +20496,6 @@ export interface components {
|
|
|
20496
20496
|
* @default []
|
|
20497
20497
|
*/
|
|
20498
20498
|
project: components["schemas"]["BasePermissionsSchema_Project"];
|
|
20499
|
-
/**
|
|
20500
|
-
* @description online_store actions
|
|
20501
|
-
* @default []
|
|
20502
|
-
*/
|
|
20503
|
-
online_store: components["schemas"]["BasePermissionsSchema_Online_store"];
|
|
20504
20499
|
/**
|
|
20505
20500
|
* @description task actions
|
|
20506
20501
|
* @default []
|
|
@@ -20529,12 +20524,6 @@ export interface components {
|
|
|
20529
20524
|
* @default []
|
|
20530
20525
|
*/
|
|
20531
20526
|
approval: Record<string, never>;
|
|
20532
|
-
/**
|
|
20533
|
-
* Email
|
|
20534
|
-
* @description email actions
|
|
20535
|
-
* @default []
|
|
20536
|
-
*/
|
|
20537
|
-
email: Record<string, never>;
|
|
20538
20527
|
};
|
|
20539
20528
|
/** BasePermissionsSchema_Accounting */
|
|
20540
20529
|
BasePermissionsSchema_Accounting: {
|
|
@@ -20840,20 +20829,6 @@ export interface components {
|
|
|
20840
20829
|
* @enum {string}
|
|
20841
20830
|
*/
|
|
20842
20831
|
BasePermissionsSchema_Inventory_WarehouseEnum: "add" | "change" | "delete" | "view";
|
|
20843
|
-
/** BasePermissionsSchema_Online_store */
|
|
20844
|
-
BasePermissionsSchema_Online_store: {
|
|
20845
|
-
/**
|
|
20846
|
-
* Syncstore
|
|
20847
|
-
* @description syncstore actions
|
|
20848
|
-
* @default []
|
|
20849
|
-
*/
|
|
20850
|
-
syncstore: components["schemas"]["BasePermissionsSchema_Online_store_SyncstoreEnum"][];
|
|
20851
|
-
};
|
|
20852
|
-
/**
|
|
20853
|
-
* BasePermissionsSchema_Online_store_SyncstoreEnum
|
|
20854
|
-
* @enum {string}
|
|
20855
|
-
*/
|
|
20856
|
-
BasePermissionsSchema_Online_store_SyncstoreEnum: "add" | "change" | "delete" | "view";
|
|
20857
20832
|
/** BasePermissionsSchema_Pos */
|
|
20858
20833
|
BasePermissionsSchema_Pos: {
|
|
20859
20834
|
/**
|
|
@@ -21586,18 +21561,6 @@ export interface components {
|
|
|
21586
21561
|
* @default []
|
|
21587
21562
|
*/
|
|
21588
21563
|
task: Record<string, never>;
|
|
21589
|
-
/**
|
|
21590
|
-
* Email
|
|
21591
|
-
* @description email actions
|
|
21592
|
-
* @default []
|
|
21593
|
-
*/
|
|
21594
|
-
email: Record<string, never>;
|
|
21595
|
-
/**
|
|
21596
|
-
* Online Store
|
|
21597
|
-
* @description online_store actions
|
|
21598
|
-
* @default []
|
|
21599
|
-
*/
|
|
21600
|
-
online_store: Record<string, never>;
|
|
21601
21564
|
};
|
|
21602
21565
|
/** BasePermissionsSchema_Settings_Accounting */
|
|
21603
21566
|
BasePermissionsSchema_Settings_Accounting: {
|
|
@@ -21771,13 +21734,18 @@ export interface components {
|
|
|
21771
21734
|
* @description logs actions
|
|
21772
21735
|
* @default []
|
|
21773
21736
|
*/
|
|
21774
|
-
logs:
|
|
21737
|
+
logs: components["schemas"]["BasePermissionsSchema_Settings_General_LogsEnum"][];
|
|
21775
21738
|
};
|
|
21776
21739
|
/**
|
|
21777
21740
|
* BasePermissionsSchema_Settings_General_CompanysettingEnum
|
|
21778
21741
|
* @enum {string}
|
|
21779
21742
|
*/
|
|
21780
21743
|
BasePermissionsSchema_Settings_General_CompanysettingEnum: "add" | "change" | "view";
|
|
21744
|
+
/**
|
|
21745
|
+
* BasePermissionsSchema_Settings_General_LogsEnum
|
|
21746
|
+
* @constant
|
|
21747
|
+
*/
|
|
21748
|
+
BasePermissionsSchema_Settings_General_LogsEnum: "view";
|
|
21781
21749
|
/**
|
|
21782
21750
|
* BasePermissionsSchema_Settings_General_RoleEnum
|
|
21783
21751
|
* @enum {string}
|
|
@@ -21827,6 +21795,12 @@ export interface components {
|
|
|
21827
21795
|
* @default []
|
|
21828
21796
|
*/
|
|
21829
21797
|
onlinestoresetting: components["schemas"]["BasePermissionsSchema_Settings_Integrations_OnlinestoresettingEnum"][];
|
|
21798
|
+
/**
|
|
21799
|
+
* Onlinestore
|
|
21800
|
+
* @description onlinestore actions
|
|
21801
|
+
* @default []
|
|
21802
|
+
*/
|
|
21803
|
+
onlinestore: components["schemas"]["BasePermissionsSchema_Settings_Integrations_OnlinestoreEnum"][];
|
|
21830
21804
|
};
|
|
21831
21805
|
/**
|
|
21832
21806
|
* BasePermissionsSchema_Settings_Integrations_EmailsettingEnum
|
|
@@ -21838,6 +21812,11 @@ export interface components {
|
|
|
21838
21812
|
* @enum {string}
|
|
21839
21813
|
*/
|
|
21840
21814
|
BasePermissionsSchema_Settings_Integrations_OnlinestoragesettingsEnum: "add" | "change" | "view";
|
|
21815
|
+
/**
|
|
21816
|
+
* BasePermissionsSchema_Settings_Integrations_OnlinestoreEnum
|
|
21817
|
+
* @enum {string}
|
|
21818
|
+
*/
|
|
21819
|
+
BasePermissionsSchema_Settings_Integrations_OnlinestoreEnum: "add" | "change" | "delete" | "view";
|
|
21841
21820
|
/**
|
|
21842
21821
|
* BasePermissionsSchema_Settings_Integrations_OnlinestoresettingEnum
|
|
21843
21822
|
* @enum {string}
|