@workbuddy/piece-workbuddy-vnext 1.0.9 → 1.0.11
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/package.json +1 -1
- package/src/index.d.ts.map +1 -1
- package/src/index.js +22 -11
- package/src/index.js.map +1 -1
- package/src/index.ts +23 -1
- package/src/lib/actions/index.d.ts +3 -1
- package/src/lib/actions/index.d.ts.map +1 -1
- package/src/lib/actions/index.js +3 -1
- package/src/lib/actions/index.js.map +1 -1
- package/src/lib/actions/index.ts +3 -1
- package/src/lib/actions/settings-items.d.ts +170 -0
- package/src/lib/actions/settings-items.d.ts.map +1 -0
- package/src/lib/actions/settings-items.js +985 -0
- package/src/lib/actions/settings-items.js.map +1 -0
- package/src/lib/actions/settings-items.ts +1029 -0
- package/src/lib/actions/{settings.d.ts → settings-reference-data.d.ts} +1 -15
- package/src/lib/actions/settings-reference-data.d.ts.map +1 -0
- package/src/lib/actions/{settings.js → settings-reference-data.js} +2 -70
- package/src/lib/actions/settings-reference-data.js.map +1 -0
- package/src/lib/actions/{settings.ts → settings-reference-data.ts} +0 -76
- package/src/lib/actions/settings-templates.d.ts +15 -0
- package/src/lib/actions/settings-templates.d.ts.map +1 -0
- package/src/lib/actions/settings-templates.js +75 -0
- package/src/lib/actions/settings-templates.js.map +1 -0
- package/src/lib/actions/settings-templates.ts +79 -0
- package/src/lib/actions/settings.d.ts.map +0 -1
- package/src/lib/actions/settings.js.map +0 -1
package/package.json
CHANGED
package/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAgO3C,eAAO,MAAM,SAAS;;;;GAqLpB,CAAC;AAEH,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
package/src/index.js
CHANGED
|
@@ -7,7 +7,9 @@ Object.defineProperty(exports, "workbuddyAuth", { enumerable: true, get: functio
|
|
|
7
7
|
const jobs_1 = require("./lib/actions/jobs");
|
|
8
8
|
const stages_1 = require("./lib/actions/stages");
|
|
9
9
|
const stages_resources_1 = require("./lib/actions/stages-resources");
|
|
10
|
-
const
|
|
10
|
+
const settings_reference_data_1 = require("./lib/actions/settings-reference-data");
|
|
11
|
+
const settings_templates_1 = require("./lib/actions/settings-templates");
|
|
12
|
+
const settings_items_1 = require("./lib/actions/settings-items");
|
|
11
13
|
const attachments_1 = require("./lib/actions/attachments");
|
|
12
14
|
const jobs_activities_1 = require("./lib/actions/jobs-activities");
|
|
13
15
|
const stages_activities_1 = require("./lib/actions/stages-activities");
|
|
@@ -72,16 +74,25 @@ exports.workbuddy = (0, pieces_framework_1.createPiece)({
|
|
|
72
74
|
stages_resources_1.PublicJobStageResourceController_unassign,
|
|
73
75
|
stages_resources_1.PublicJobStageResourceController_reissue,
|
|
74
76
|
stages_resources_1.PublicJobStageResourceController_updateStatus,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
77
|
+
settings_reference_data_1.PublicApiEntityStatusController_list,
|
|
78
|
+
settings_reference_data_1.PublicApiJobStatusController_list,
|
|
79
|
+
settings_reference_data_1.PublicApiJobTypeController_list,
|
|
80
|
+
settings_reference_data_1.PublicApiPriorityController_list,
|
|
81
|
+
settings_reference_data_1.PublicApiStageStatusController_list,
|
|
82
|
+
settings_reference_data_1.PublicApiTagController_list,
|
|
83
|
+
settings_reference_data_1.PublicApiZoneController_list,
|
|
84
|
+
settings_reference_data_1.PublicApiWorkTypeController_list,
|
|
85
|
+
settings_templates_1.PublicApiTemplateController_listEmailTemplates,
|
|
86
|
+
settings_templates_1.PublicApiTemplateController_listSmsTemplates,
|
|
87
|
+
settings_items_1.PublicApiItemController_list,
|
|
88
|
+
settings_items_1.PublicApiItemController_create,
|
|
89
|
+
settings_items_1.PublicApiItemController_upsert,
|
|
90
|
+
settings_items_1.PublicApiItemController_getById,
|
|
91
|
+
settings_items_1.PublicApiItemController_update,
|
|
92
|
+
settings_items_1.PublicApiItemController_delete,
|
|
93
|
+
settings_items_1.PublicApiItemCategoryController_list,
|
|
94
|
+
settings_items_1.PublicApiItemCategoryController_upsert,
|
|
95
|
+
settings_items_1.PublicApiUoMController_list,
|
|
85
96
|
attachments_1.PublicAttachmentController_createUploadSession,
|
|
86
97
|
attachments_1.PublicAttachmentController_download,
|
|
87
98
|
jobs_activities_1.PublicJobActivitiesController_list,
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;AAAA,qEAAwE;AACxE,qCAA2C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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"}
|
package/src/index.ts
CHANGED
|
@@ -40,9 +40,22 @@ import {
|
|
|
40
40
|
PublicApiTagController_list,
|
|
41
41
|
PublicApiZoneController_list,
|
|
42
42
|
PublicApiWorkTypeController_list,
|
|
43
|
+
} from './lib/actions/settings-reference-data';
|
|
44
|
+
import {
|
|
43
45
|
PublicApiTemplateController_listEmailTemplates,
|
|
44
46
|
PublicApiTemplateController_listSmsTemplates,
|
|
45
|
-
} from './lib/actions/settings';
|
|
47
|
+
} from './lib/actions/settings-templates';
|
|
48
|
+
import {
|
|
49
|
+
PublicApiItemController_list,
|
|
50
|
+
PublicApiItemController_create,
|
|
51
|
+
PublicApiItemController_upsert,
|
|
52
|
+
PublicApiItemController_getById,
|
|
53
|
+
PublicApiItemController_update,
|
|
54
|
+
PublicApiItemController_delete,
|
|
55
|
+
PublicApiItemCategoryController_list,
|
|
56
|
+
PublicApiItemCategoryController_upsert,
|
|
57
|
+
PublicApiUoMController_list,
|
|
58
|
+
} from './lib/actions/settings-items';
|
|
46
59
|
import {
|
|
47
60
|
PublicAttachmentController_createUploadSession,
|
|
48
61
|
PublicAttachmentController_download,
|
|
@@ -254,6 +267,15 @@ export const workbuddy = createPiece({
|
|
|
254
267
|
PublicApiWorkTypeController_list,
|
|
255
268
|
PublicApiTemplateController_listEmailTemplates,
|
|
256
269
|
PublicApiTemplateController_listSmsTemplates,
|
|
270
|
+
PublicApiItemController_list,
|
|
271
|
+
PublicApiItemController_create,
|
|
272
|
+
PublicApiItemController_upsert,
|
|
273
|
+
PublicApiItemController_getById,
|
|
274
|
+
PublicApiItemController_update,
|
|
275
|
+
PublicApiItemController_delete,
|
|
276
|
+
PublicApiItemCategoryController_list,
|
|
277
|
+
PublicApiItemCategoryController_upsert,
|
|
278
|
+
PublicApiUoMController_list,
|
|
257
279
|
PublicAttachmentController_createUploadSession,
|
|
258
280
|
PublicAttachmentController_download,
|
|
259
281
|
PublicJobActivitiesController_list,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export * from './jobs';
|
|
2
2
|
export * from './stages';
|
|
3
3
|
export * from './stages-resources';
|
|
4
|
-
export * from './settings';
|
|
4
|
+
export * from './settings-reference-data';
|
|
5
|
+
export * from './settings-templates';
|
|
6
|
+
export * from './settings-items';
|
|
5
7
|
export * from './attachments';
|
|
6
8
|
export * from './jobs-activities';
|
|
7
9
|
export * from './stages-activities';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC"}
|
package/src/lib/actions/index.js
CHANGED
|
@@ -17,7 +17,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./jobs"), exports);
|
|
18
18
|
__exportStar(require("./stages"), exports);
|
|
19
19
|
__exportStar(require("./stages-resources"), exports);
|
|
20
|
-
__exportStar(require("./settings"), exports);
|
|
20
|
+
__exportStar(require("./settings-reference-data"), exports);
|
|
21
|
+
__exportStar(require("./settings-templates"), exports);
|
|
22
|
+
__exportStar(require("./settings-items"), exports);
|
|
21
23
|
__exportStar(require("./attachments"), exports);
|
|
22
24
|
__exportStar(require("./jobs-activities"), exports);
|
|
23
25
|
__exportStar(require("./stages-activities"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,2CAAyB;AACzB,qDAAmC;AACnC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,2CAAyB;AACzB,qDAAmC;AACnC,4DAA0C;AAC1C,uDAAqC;AACrC,mDAAiC;AACjC,gDAA8B;AAC9B,oDAAkC;AAClC,sDAAoC;AACpC,+CAA6B;AAC7B,iDAA+B;AAC/B,+CAA6B;AAC7B,iDAA+B;AAC/B,kDAAgC;AAChC,kDAAgC;AAChC,kDAAgC;AAChC,oDAAkC;AAClC,kDAAgC;AAChC,kDAAgC;AAChC,uDAAqC;AACrC,iDAA+B;AAC/B,gDAA8B;AAC9B,8CAA4B;AAC5B,gDAA8B;AAC9B,gDAA8B;AAC9B,2CAAyB;AACzB,0CAAwB;AACxB,wCAAsB"}
|
package/src/lib/actions/index.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export * from './jobs';
|
|
2
2
|
export * from './stages';
|
|
3
3
|
export * from './stages-resources';
|
|
4
|
-
export * from './settings';
|
|
4
|
+
export * from './settings-reference-data';
|
|
5
|
+
export * from './settings-templates';
|
|
6
|
+
export * from './settings-items';
|
|
5
7
|
export * from './attachments';
|
|
6
8
|
export * from './jobs-activities';
|
|
7
9
|
export * from './stages-activities';
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
export declare const PublicApiItemController_list: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
2
|
+
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
3
|
+
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
4
|
+
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
5
|
+
}>, {}>;
|
|
6
|
+
export declare const PublicApiItemController_create: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
7
|
+
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
8
|
+
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
9
|
+
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
10
|
+
}>, {
|
|
11
|
+
type: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
12
|
+
name: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
13
|
+
description: import("@activepieces/pieces-framework").LongTextProperty<true>;
|
|
14
|
+
category: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
15
|
+
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
16
|
+
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
17
|
+
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
18
|
+
}>>;
|
|
19
|
+
baseUomId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
20
|
+
baseUomName: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
21
|
+
active: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
22
|
+
integrationId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
23
|
+
canOverrideDesc: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
24
|
+
longDescription: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
25
|
+
manufacturer: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
26
|
+
retailPrice: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
27
|
+
tradePrice: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
28
|
+
standardCost: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
29
|
+
economicOrderQty: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
30
|
+
safetyStockQty: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
31
|
+
leadTimeDays: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
32
|
+
upc: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
33
|
+
itemSold: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
34
|
+
saleGlCode: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
35
|
+
saleTaxRateId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
36
|
+
saleTaxRateName: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
37
|
+
itemPurchased: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
38
|
+
purchaseGlCode: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
39
|
+
purchaseTaxRateId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
40
|
+
purchaseTaxRateName: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
41
|
+
codeInvoicingStatus: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
42
|
+
suppliedBySubcontractor: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
43
|
+
autoCreateTask: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
44
|
+
customFields: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
45
|
+
trackingCategory1: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
46
|
+
trackingCategory2: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
47
|
+
uoms: import("@activepieces/pieces-framework").JsonProperty<false>;
|
|
48
|
+
}>;
|
|
49
|
+
export declare const PublicApiItemController_upsert: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
50
|
+
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
51
|
+
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
52
|
+
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
53
|
+
}>, {
|
|
54
|
+
name: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
55
|
+
type: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
56
|
+
baseUomId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
57
|
+
baseUomName: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
58
|
+
description: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
59
|
+
category: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
60
|
+
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
61
|
+
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
62
|
+
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
63
|
+
}>>;
|
|
64
|
+
active: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
65
|
+
integrationId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
66
|
+
canOverrideDesc: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
67
|
+
longDescription: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
68
|
+
manufacturer: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
69
|
+
retailPrice: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
70
|
+
tradePrice: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
71
|
+
standardCost: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
72
|
+
economicOrderQty: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
73
|
+
safetyStockQty: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
74
|
+
leadTimeDays: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
75
|
+
upc: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
76
|
+
itemSold: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
77
|
+
saleGlCode: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
78
|
+
saleTaxRateId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
79
|
+
saleTaxRateName: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
80
|
+
itemPurchased: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
81
|
+
purchaseGlCode: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
82
|
+
purchaseTaxRateId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
83
|
+
purchaseTaxRateName: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
84
|
+
codeInvoicingStatus: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
85
|
+
suppliedBySubcontractor: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
86
|
+
autoCreateTask: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
87
|
+
customFields: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
88
|
+
trackingCategory1: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
89
|
+
trackingCategory2: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
90
|
+
uoms: import("@activepieces/pieces-framework").JsonProperty<false>;
|
|
91
|
+
}>;
|
|
92
|
+
export declare const PublicApiItemController_getById: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
93
|
+
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
94
|
+
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
95
|
+
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
96
|
+
}>, {
|
|
97
|
+
id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
98
|
+
}>;
|
|
99
|
+
export declare const PublicApiItemController_update: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
100
|
+
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
101
|
+
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
102
|
+
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
103
|
+
}>, {
|
|
104
|
+
id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
105
|
+
type: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
106
|
+
name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
107
|
+
baseUomId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
108
|
+
baseUomName: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
109
|
+
description: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
110
|
+
category: import("@activepieces/pieces-framework").DropdownProperty<string, false, import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
111
|
+
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
112
|
+
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
113
|
+
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
114
|
+
}>>;
|
|
115
|
+
active: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
116
|
+
integrationId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
117
|
+
canOverrideDesc: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
118
|
+
longDescription: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
119
|
+
manufacturer: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
120
|
+
retailPrice: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
121
|
+
tradePrice: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
122
|
+
standardCost: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
123
|
+
economicOrderQty: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
124
|
+
safetyStockQty: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
125
|
+
leadTimeDays: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
126
|
+
upc: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
127
|
+
itemSold: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
128
|
+
saleGlCode: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
129
|
+
saleTaxRateId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
130
|
+
saleTaxRateName: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
131
|
+
itemPurchased: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
132
|
+
purchaseGlCode: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
133
|
+
purchaseTaxRateId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
134
|
+
purchaseTaxRateName: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
135
|
+
codeInvoicingStatus: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
136
|
+
suppliedBySubcontractor: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
137
|
+
autoCreateTask: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
138
|
+
customFields: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
139
|
+
trackingCategory1: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
140
|
+
trackingCategory2: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
141
|
+
uoms: import("@activepieces/pieces-framework").JsonProperty<false>;
|
|
142
|
+
}>;
|
|
143
|
+
export declare const PublicApiItemController_delete: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
144
|
+
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
145
|
+
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
146
|
+
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
147
|
+
}>, {
|
|
148
|
+
id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
149
|
+
}>;
|
|
150
|
+
export declare const PublicApiItemCategoryController_list: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
151
|
+
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
152
|
+
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
153
|
+
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
154
|
+
}>, {}>;
|
|
155
|
+
export declare const PublicApiItemCategoryController_upsert: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
156
|
+
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
157
|
+
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
158
|
+
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
159
|
+
}>, {
|
|
160
|
+
categoryId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
161
|
+
categoryName: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
162
|
+
subCategoryId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
163
|
+
subCategoryName: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
164
|
+
}>;
|
|
165
|
+
export declare const PublicApiUoMController_list: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
|
|
166
|
+
baseUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
167
|
+
clientId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
168
|
+
clientSecret: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
|
169
|
+
}>, {}>;
|
|
170
|
+
//# sourceMappingURL=settings-items.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"settings-items.d.ts","sourceRoot":"","sources":["settings-items.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,4BAA4B;;;;OAwBvC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8QzC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkRzC,CAAC;AAEH,eAAO,MAAM,+BAA+B;;;;;;EA8B1C,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsRzC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;EA8BzC,CAAC;AAEH,eAAO,MAAM,oCAAoC;;;;OAwB/C,CAAC;AAEH,eAAO,MAAM,sCAAsC;;;;;;;;;EAsDjD,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;OAwBtC,CAAC"}
|