@ampsec/platform-client 87.4.0 → 87.5.1
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/build/src/dto/contexts.dto.d.ts +10 -10
- package/build/src/dto/flows.dto.d.ts +173 -0
- package/build/src/dto/flows.dto.js +4 -0
- package/build/src/dto/flows.dto.js.map +1 -1
- package/build/src/dto/platform/platform.contexts.dto.d.ts +8 -8
- package/build/src/dto/platform/platform.flows.dto.d.ts +100 -0
- package/build/src/services/AmpApi.d.ts +4 -1
- package/build/src/services/AmpApi.js +4 -0
- package/build/src/services/AmpApi.js.map +1 -1
- package/build/src/services/AmpSdk.js +1 -1
- package/build/src/services/AmpSdk.js.map +1 -1
- package/build/src/services/tagSpecs.service.d.ts +17 -3
- package/build/src/services/tagSpecs.service.js +47 -1
- package/build/src/services/tagSpecs.service.js.map +1 -1
- package/package.json +1 -1
- package/src/dto/flows.dto.ts +4 -0
- package/src/services/AmpApi.ts +7 -0
- package/src/services/AmpSdk.ts +2 -2
- package/src/services/tagSpecs.service.ts +60 -4
|
@@ -20,6 +20,7 @@ export declare const _ContextMeta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
|
20
20
|
scheduleResolutionExpiry: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
21
21
|
scheduleResolutionSubmitted: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
|
+
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
23
24
|
tone?: string | null | undefined;
|
|
24
25
|
instructions?: {
|
|
25
26
|
includeCustomInstructions?: boolean | null | undefined;
|
|
@@ -28,10 +29,10 @@ export declare const _ContextMeta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
|
28
29
|
} | null | undefined;
|
|
29
30
|
markCompleteEnabled?: boolean | null | undefined;
|
|
30
31
|
scheduleResolutionSignal?: string | null | undefined;
|
|
31
|
-
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
32
32
|
scheduleResolutionExpiry?: number | null | undefined;
|
|
33
33
|
scheduleResolutionSubmitted?: number | null | undefined;
|
|
34
34
|
}, {
|
|
35
|
+
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
35
36
|
tone?: string | null | undefined;
|
|
36
37
|
instructions?: {
|
|
37
38
|
includeCustomInstructions?: boolean | null | undefined;
|
|
@@ -40,7 +41,6 @@ export declare const _ContextMeta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
|
40
41
|
} | null | undefined;
|
|
41
42
|
markCompleteEnabled?: boolean | null | undefined;
|
|
42
43
|
scheduleResolutionSignal?: string | null | undefined;
|
|
43
|
-
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
44
44
|
scheduleResolutionExpiry?: number | null | undefined;
|
|
45
45
|
scheduleResolutionSubmitted?: number | null | undefined;
|
|
46
46
|
}>>>;
|
|
@@ -83,6 +83,7 @@ export declare const _ContextDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
83
83
|
scheduleResolutionExpiry: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
84
84
|
scheduleResolutionSubmitted: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
|
+
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
86
87
|
tone?: string | null | undefined;
|
|
87
88
|
instructions?: {
|
|
88
89
|
includeCustomInstructions?: boolean | null | undefined;
|
|
@@ -91,10 +92,10 @@ export declare const _ContextDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
91
92
|
} | null | undefined;
|
|
92
93
|
markCompleteEnabled?: boolean | null | undefined;
|
|
93
94
|
scheduleResolutionSignal?: string | null | undefined;
|
|
94
|
-
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
95
95
|
scheduleResolutionExpiry?: number | null | undefined;
|
|
96
96
|
scheduleResolutionSubmitted?: number | null | undefined;
|
|
97
97
|
}, {
|
|
98
|
+
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
98
99
|
tone?: string | null | undefined;
|
|
99
100
|
instructions?: {
|
|
100
101
|
includeCustomInstructions?: boolean | null | undefined;
|
|
@@ -103,7 +104,6 @@ export declare const _ContextDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
103
104
|
} | null | undefined;
|
|
104
105
|
markCompleteEnabled?: boolean | null | undefined;
|
|
105
106
|
scheduleResolutionSignal?: string | null | undefined;
|
|
106
|
-
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
107
107
|
scheduleResolutionExpiry?: number | null | undefined;
|
|
108
108
|
scheduleResolutionSubmitted?: number | null | undefined;
|
|
109
109
|
}>>>;
|
|
@@ -114,6 +114,7 @@ export declare const _ContextDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
114
114
|
deletedAt: string | null;
|
|
115
115
|
extId?: string | null | undefined;
|
|
116
116
|
meta?: {
|
|
117
|
+
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
117
118
|
tone?: string | null | undefined;
|
|
118
119
|
instructions?: {
|
|
119
120
|
includeCustomInstructions?: boolean | null | undefined;
|
|
@@ -122,7 +123,6 @@ export declare const _ContextDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
122
123
|
} | null | undefined;
|
|
123
124
|
markCompleteEnabled?: boolean | null | undefined;
|
|
124
125
|
scheduleResolutionSignal?: string | null | undefined;
|
|
125
|
-
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
126
126
|
scheduleResolutionExpiry?: number | null | undefined;
|
|
127
127
|
scheduleResolutionSubmitted?: number | null | undefined;
|
|
128
128
|
} | null | undefined;
|
|
@@ -144,6 +144,7 @@ export declare const _ContextDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
144
144
|
deletedAt: string | null;
|
|
145
145
|
extId?: string | null | undefined;
|
|
146
146
|
meta?: {
|
|
147
|
+
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
147
148
|
tone?: string | null | undefined;
|
|
148
149
|
instructions?: {
|
|
149
150
|
includeCustomInstructions?: boolean | null | undefined;
|
|
@@ -152,7 +153,6 @@ export declare const _ContextDto: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
152
153
|
} | null | undefined;
|
|
153
154
|
markCompleteEnabled?: boolean | null | undefined;
|
|
154
155
|
scheduleResolutionSignal?: string | null | undefined;
|
|
155
|
-
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
156
156
|
scheduleResolutionExpiry?: number | null | undefined;
|
|
157
157
|
scheduleResolutionSubmitted?: number | null | undefined;
|
|
158
158
|
} | null | undefined;
|
|
@@ -196,6 +196,7 @@ export declare const _ContextUpsertDto: z.ZodObject<{
|
|
|
196
196
|
scheduleResolutionExpiry: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
197
197
|
scheduleResolutionSubmitted: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
198
198
|
}, "strip", z.ZodTypeAny, {
|
|
199
|
+
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
199
200
|
tone?: string | null | undefined;
|
|
200
201
|
instructions?: {
|
|
201
202
|
includeCustomInstructions?: boolean | null | undefined;
|
|
@@ -204,10 +205,10 @@ export declare const _ContextUpsertDto: z.ZodObject<{
|
|
|
204
205
|
} | null | undefined;
|
|
205
206
|
markCompleteEnabled?: boolean | null | undefined;
|
|
206
207
|
scheduleResolutionSignal?: string | null | undefined;
|
|
207
|
-
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
208
208
|
scheduleResolutionExpiry?: number | null | undefined;
|
|
209
209
|
scheduleResolutionSubmitted?: number | null | undefined;
|
|
210
210
|
}, {
|
|
211
|
+
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
211
212
|
tone?: string | null | undefined;
|
|
212
213
|
instructions?: {
|
|
213
214
|
includeCustomInstructions?: boolean | null | undefined;
|
|
@@ -216,7 +217,6 @@ export declare const _ContextUpsertDto: z.ZodObject<{
|
|
|
216
217
|
} | null | undefined;
|
|
217
218
|
markCompleteEnabled?: boolean | null | undefined;
|
|
218
219
|
scheduleResolutionSignal?: string | null | undefined;
|
|
219
|
-
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
220
220
|
scheduleResolutionExpiry?: number | null | undefined;
|
|
221
221
|
scheduleResolutionSubmitted?: number | null | undefined;
|
|
222
222
|
}>>>;
|
|
@@ -238,6 +238,7 @@ export declare const _ContextUpsertDto: z.ZodObject<{
|
|
|
238
238
|
deletedAt?: string | null | undefined;
|
|
239
239
|
extId?: string | null | undefined;
|
|
240
240
|
meta?: {
|
|
241
|
+
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
241
242
|
tone?: string | null | undefined;
|
|
242
243
|
instructions?: {
|
|
243
244
|
includeCustomInstructions?: boolean | null | undefined;
|
|
@@ -246,7 +247,6 @@ export declare const _ContextUpsertDto: z.ZodObject<{
|
|
|
246
247
|
} | null | undefined;
|
|
247
248
|
markCompleteEnabled?: boolean | null | undefined;
|
|
248
249
|
scheduleResolutionSignal?: string | null | undefined;
|
|
249
|
-
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
250
250
|
scheduleResolutionExpiry?: number | null | undefined;
|
|
251
251
|
scheduleResolutionSubmitted?: number | null | undefined;
|
|
252
252
|
} | null | undefined;
|
|
@@ -268,6 +268,7 @@ export declare const _ContextUpsertDto: z.ZodObject<{
|
|
|
268
268
|
deletedAt?: string | null | undefined;
|
|
269
269
|
extId?: string | null | undefined;
|
|
270
270
|
meta?: {
|
|
271
|
+
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
271
272
|
tone?: string | null | undefined;
|
|
272
273
|
instructions?: {
|
|
273
274
|
includeCustomInstructions?: boolean | null | undefined;
|
|
@@ -276,7 +277,6 @@ export declare const _ContextUpsertDto: z.ZodObject<{
|
|
|
276
277
|
} | null | undefined;
|
|
277
278
|
markCompleteEnabled?: boolean | null | undefined;
|
|
278
279
|
scheduleResolutionSignal?: string | null | undefined;
|
|
279
|
-
scheduleResolutionWorkflowId?: string | null | undefined;
|
|
280
280
|
scheduleResolutionExpiry?: number | null | undefined;
|
|
281
281
|
scheduleResolutionSubmitted?: number | null | undefined;
|
|
282
282
|
} | null | undefined;
|