@d19n/youfibre-odin-sdk 2.0.304 → 2.0.305
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/dist/actions-v2/CreateAmcoCollectionBookedEmailDto.d.ts +8 -1
- package/dist/actions-v2/CreateAmcoCollectionChargeEmailDto.d.ts +8 -1
- package/dist/actions-v2/CreateAmcoCollectionCompleteEmailDto.d.ts +8 -1
- package/dist/actions-v2/CreateAmcoCollectionReceivedEmailDto.d.ts +8 -1
- package/dist/actions-v2/CreateAmcoCollectionReminder10DayEmailDto.d.ts +8 -1
- package/dist/actions-v2/CreateAmcoCollectionReminder5DayEmailDto.d.ts +8 -1
- package/dist/actions-v2/CreateAmcoDispatchConfirmedEmailDto.d.ts +8 -1
- package/dist/actions-v2/CreateAmcoDispatchDeliveredEmailDto.d.ts +8 -1
- package/dist/actions-v2/CreateAmcoDispatchSentEmailDto.d.ts +8 -1
- package/package.json +2 -2
|
@@ -23,7 +23,7 @@ export interface CreateAmcoCollectionBookedEmailMessage extends OdinRecordCreate
|
|
|
23
23
|
* Properties for CreateAmcoCollectionBookedEmail action
|
|
24
24
|
*
|
|
25
25
|
* @property Required fields: 0
|
|
26
|
-
* @property Optional fields:
|
|
26
|
+
* @property Optional fields: 11
|
|
27
27
|
*/
|
|
28
28
|
export interface CreateAmcoCollectionBookedEmailProperties {
|
|
29
29
|
/**
|
|
@@ -96,6 +96,13 @@ export interface CreateAmcoCollectionBookedEmailProperties {
|
|
|
96
96
|
* @type {TEXT}
|
|
97
97
|
*/
|
|
98
98
|
To?: string | null;
|
|
99
|
+
/**
|
|
100
|
+
* Work Order
|
|
101
|
+
*
|
|
102
|
+
* WorkOrder
|
|
103
|
+
* @type {LOOKUP}
|
|
104
|
+
*/
|
|
105
|
+
WorkOrder?: string | null;
|
|
99
106
|
}
|
|
100
107
|
/**
|
|
101
108
|
* CreateAmcoCollectionBookedEmail
|
|
@@ -23,7 +23,7 @@ export interface CreateAmcoCollectionChargeEmailMessage extends OdinRecordCreate
|
|
|
23
23
|
* Properties for CreateAmcoCollectionChargeEmail action
|
|
24
24
|
*
|
|
25
25
|
* @property Required fields: 0
|
|
26
|
-
* @property Optional fields:
|
|
26
|
+
* @property Optional fields: 11
|
|
27
27
|
*/
|
|
28
28
|
export interface CreateAmcoCollectionChargeEmailProperties {
|
|
29
29
|
/**
|
|
@@ -96,6 +96,13 @@ export interface CreateAmcoCollectionChargeEmailProperties {
|
|
|
96
96
|
* @type {TEXT}
|
|
97
97
|
*/
|
|
98
98
|
To?: string | null;
|
|
99
|
+
/**
|
|
100
|
+
* Work Order
|
|
101
|
+
*
|
|
102
|
+
* WorkOrder
|
|
103
|
+
* @type {LOOKUP}
|
|
104
|
+
*/
|
|
105
|
+
WorkOrder?: string | null;
|
|
99
106
|
}
|
|
100
107
|
/**
|
|
101
108
|
* CreateAmcoCollectionChargeEmail
|
|
@@ -23,7 +23,7 @@ export interface CreateAmcoCollectionCompleteEmailMessage extends OdinRecordCrea
|
|
|
23
23
|
* Properties for CreateAmcoCollectionCompleteEmail action
|
|
24
24
|
*
|
|
25
25
|
* @property Required fields: 0
|
|
26
|
-
* @property Optional fields:
|
|
26
|
+
* @property Optional fields: 11
|
|
27
27
|
*/
|
|
28
28
|
export interface CreateAmcoCollectionCompleteEmailProperties {
|
|
29
29
|
/**
|
|
@@ -96,6 +96,13 @@ export interface CreateAmcoCollectionCompleteEmailProperties {
|
|
|
96
96
|
* @type {TEXT}
|
|
97
97
|
*/
|
|
98
98
|
To?: string | null;
|
|
99
|
+
/**
|
|
100
|
+
* Work Order
|
|
101
|
+
*
|
|
102
|
+
* WorkOrder
|
|
103
|
+
* @type {LOOKUP}
|
|
104
|
+
*/
|
|
105
|
+
WorkOrder?: string | null;
|
|
99
106
|
}
|
|
100
107
|
/**
|
|
101
108
|
* CreateAmcoCollectionCompleteEmail
|
|
@@ -23,7 +23,7 @@ export interface CreateAmcoCollectionReceivedEmailMessage extends OdinRecordCrea
|
|
|
23
23
|
* Properties for CreateAmcoCollectionReceivedEmail action
|
|
24
24
|
*
|
|
25
25
|
* @property Required fields: 0
|
|
26
|
-
* @property Optional fields:
|
|
26
|
+
* @property Optional fields: 11
|
|
27
27
|
*/
|
|
28
28
|
export interface CreateAmcoCollectionReceivedEmailProperties {
|
|
29
29
|
/**
|
|
@@ -96,6 +96,13 @@ export interface CreateAmcoCollectionReceivedEmailProperties {
|
|
|
96
96
|
* @type {TEXT}
|
|
97
97
|
*/
|
|
98
98
|
To?: string | null;
|
|
99
|
+
/**
|
|
100
|
+
* Work Order
|
|
101
|
+
*
|
|
102
|
+
* WorkOrder
|
|
103
|
+
* @type {LOOKUP}
|
|
104
|
+
*/
|
|
105
|
+
WorkOrder?: string | null;
|
|
99
106
|
}
|
|
100
107
|
/**
|
|
101
108
|
* CreateAmcoCollectionReceivedEmail
|
|
@@ -23,7 +23,7 @@ export interface CreateAmcoCollectionReminder10DayEmailMessage extends OdinRecor
|
|
|
23
23
|
* Properties for CreateAmcoCollectionReminder10DayEmail action
|
|
24
24
|
*
|
|
25
25
|
* @property Required fields: 0
|
|
26
|
-
* @property Optional fields:
|
|
26
|
+
* @property Optional fields: 11
|
|
27
27
|
*/
|
|
28
28
|
export interface CreateAmcoCollectionReminder10DayEmailProperties {
|
|
29
29
|
/**
|
|
@@ -96,6 +96,13 @@ export interface CreateAmcoCollectionReminder10DayEmailProperties {
|
|
|
96
96
|
* @type {TEXT}
|
|
97
97
|
*/
|
|
98
98
|
To?: string | null;
|
|
99
|
+
/**
|
|
100
|
+
* Work Order
|
|
101
|
+
*
|
|
102
|
+
* WorkOrder
|
|
103
|
+
* @type {LOOKUP}
|
|
104
|
+
*/
|
|
105
|
+
WorkOrder?: string | null;
|
|
99
106
|
}
|
|
100
107
|
/**
|
|
101
108
|
* CreateAmcoCollectionReminder10DayEmail
|
|
@@ -23,7 +23,7 @@ export interface CreateAmcoCollectionReminder5DayEmailMessage extends OdinRecord
|
|
|
23
23
|
* Properties for CreateAmcoCollectionReminder5DayEmail action
|
|
24
24
|
*
|
|
25
25
|
* @property Required fields: 0
|
|
26
|
-
* @property Optional fields:
|
|
26
|
+
* @property Optional fields: 11
|
|
27
27
|
*/
|
|
28
28
|
export interface CreateAmcoCollectionReminder5DayEmailProperties {
|
|
29
29
|
/**
|
|
@@ -96,6 +96,13 @@ export interface CreateAmcoCollectionReminder5DayEmailProperties {
|
|
|
96
96
|
* @type {TEXT}
|
|
97
97
|
*/
|
|
98
98
|
To?: string | null;
|
|
99
|
+
/**
|
|
100
|
+
* Work Order
|
|
101
|
+
*
|
|
102
|
+
* WorkOrder
|
|
103
|
+
* @type {LOOKUP}
|
|
104
|
+
*/
|
|
105
|
+
WorkOrder?: string | null;
|
|
99
106
|
}
|
|
100
107
|
/**
|
|
101
108
|
* CreateAmcoCollectionReminder5DayEmail
|
|
@@ -23,7 +23,7 @@ export interface CreateAmcoDispatchConfirmedEmailMessage extends OdinRecordCreat
|
|
|
23
23
|
* Properties for CreateAmcoDispatchConfirmedEmail action
|
|
24
24
|
*
|
|
25
25
|
* @property Required fields: 0
|
|
26
|
-
* @property Optional fields:
|
|
26
|
+
* @property Optional fields: 11
|
|
27
27
|
*/
|
|
28
28
|
export interface CreateAmcoDispatchConfirmedEmailProperties {
|
|
29
29
|
/**
|
|
@@ -96,6 +96,13 @@ export interface CreateAmcoDispatchConfirmedEmailProperties {
|
|
|
96
96
|
* @type {TEXT}
|
|
97
97
|
*/
|
|
98
98
|
To?: string | null;
|
|
99
|
+
/**
|
|
100
|
+
* Work Order
|
|
101
|
+
*
|
|
102
|
+
* WorkOrder
|
|
103
|
+
* @type {LOOKUP}
|
|
104
|
+
*/
|
|
105
|
+
WorkOrder?: string | null;
|
|
99
106
|
}
|
|
100
107
|
/**
|
|
101
108
|
* CreateAmcoDispatchConfirmedEmail
|
|
@@ -23,7 +23,7 @@ export interface CreateAmcoDispatchDeliveredEmailMessage extends OdinRecordCreat
|
|
|
23
23
|
* Properties for CreateAmcoDispatchDeliveredEmail action
|
|
24
24
|
*
|
|
25
25
|
* @property Required fields: 0
|
|
26
|
-
* @property Optional fields:
|
|
26
|
+
* @property Optional fields: 11
|
|
27
27
|
*/
|
|
28
28
|
export interface CreateAmcoDispatchDeliveredEmailProperties {
|
|
29
29
|
/**
|
|
@@ -96,6 +96,13 @@ export interface CreateAmcoDispatchDeliveredEmailProperties {
|
|
|
96
96
|
* @type {TEXT}
|
|
97
97
|
*/
|
|
98
98
|
To?: string | null;
|
|
99
|
+
/**
|
|
100
|
+
* Work Order
|
|
101
|
+
*
|
|
102
|
+
* WorkOrder
|
|
103
|
+
* @type {LOOKUP}
|
|
104
|
+
*/
|
|
105
|
+
WorkOrder?: string | null;
|
|
99
106
|
}
|
|
100
107
|
/**
|
|
101
108
|
* CreateAmcoDispatchDeliveredEmail
|
|
@@ -23,7 +23,7 @@ export interface CreateAmcoDispatchSentEmailMessage extends OdinRecordCreatedEve
|
|
|
23
23
|
* Properties for CreateAmcoDispatchSentEmail action
|
|
24
24
|
*
|
|
25
25
|
* @property Required fields: 0
|
|
26
|
-
* @property Optional fields:
|
|
26
|
+
* @property Optional fields: 11
|
|
27
27
|
*/
|
|
28
28
|
export interface CreateAmcoDispatchSentEmailProperties {
|
|
29
29
|
/**
|
|
@@ -96,6 +96,13 @@ export interface CreateAmcoDispatchSentEmailProperties {
|
|
|
96
96
|
* @type {TEXT}
|
|
97
97
|
*/
|
|
98
98
|
To?: string | null;
|
|
99
|
+
/**
|
|
100
|
+
* Work Order
|
|
101
|
+
*
|
|
102
|
+
* WorkOrder
|
|
103
|
+
* @type {LOOKUP}
|
|
104
|
+
*/
|
|
105
|
+
WorkOrder?: string | null;
|
|
99
106
|
}
|
|
100
107
|
/**
|
|
101
108
|
* CreateAmcoDispatchSentEmail
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d19n/youfibre-odin-sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.305",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "@d19n",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@d19n/odin-sdk-generator": "^3.0.244",
|
|
47
|
-
"@d19n/odin-types": "^3.6.
|
|
47
|
+
"@d19n/odin-types": "^3.6.8"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"test:wholesale-provider": "npx --yes tsx src/wholesale-provider/test/netomnia-provider.spec.ts && npx --yes tsx src/wholesale-provider/test/kci-effect-bridge.spec.ts",
|