@channel.io/app-sdk-core 0.15.7 → 0.16.3
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/LICENSE +21 -0
- package/dist/extensions/alftask.d.ts +18 -1
- package/dist/extensions/alftask.d.ts.map +1 -1
- package/dist/extensions/alftask.js +25 -0
- package/dist/extensions/alftask.js.map +1 -1
- package/dist/extensions/apikey.d.ts +6 -6
- package/dist/extensions/command.d.ts +1 -1
- package/dist/extensions/command.js +1 -1
- package/dist/extensions/commerce.d.ts +3079 -0
- package/dist/extensions/commerce.d.ts.map +1 -0
- package/dist/extensions/commerce.js +115 -0
- package/dist/extensions/commerce.js.map +1 -0
- package/dist/extensions/config.d.ts +42 -36
- package/dist/extensions/config.d.ts.map +1 -1
- package/dist/extensions/config.js +2 -0
- package/dist/extensions/config.js.map +1 -1
- package/dist/extensions/datasource.d.ts +22 -22
- package/dist/extensions/function-schemas.d.ts +5409 -2060
- package/dist/extensions/function-schemas.d.ts.map +1 -1
- package/dist/extensions/function-schemas.js +94 -11
- package/dist/extensions/function-schemas.js.map +1 -1
- package/dist/extensions/hook.d.ts +70 -2
- package/dist/extensions/hook.d.ts.map +1 -1
- package/dist/extensions/hook.js +9 -1
- package/dist/extensions/hook.js.map +1 -1
- package/dist/extensions/index.d.ts +7 -5
- package/dist/extensions/index.d.ts.map +1 -1
- package/dist/extensions/index.js +11 -5
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/interfaces/index.d.ts +1 -0
- package/dist/extensions/interfaces/index.d.ts.map +1 -1
- package/dist/extensions/interfaces/index.js +1 -0
- package/dist/extensions/interfaces/index.js.map +1 -1
- package/dist/extensions/interfaces/notebook.d.ts +11 -0
- package/dist/extensions/interfaces/notebook.d.ts.map +1 -0
- package/dist/extensions/interfaces/notebook.js +4 -0
- package/dist/extensions/interfaces/notebook.js.map +1 -0
- package/dist/extensions/interfaces/store.d.ts +4 -5
- package/dist/extensions/interfaces/store.d.ts.map +1 -1
- package/dist/extensions/interfaces/store.js.map +1 -1
- package/dist/extensions/notebook.d.ts +742 -0
- package/dist/extensions/notebook.d.ts.map +1 -0
- package/dist/extensions/notebook.js +71 -0
- package/dist/extensions/notebook.js.map +1 -0
- package/dist/extensions/oauth.d.ts +38 -0
- package/dist/extensions/oauth.d.ts.map +1 -1
- package/dist/extensions/oauth.js +16 -0
- package/dist/extensions/oauth.js.map +1 -1
- package/dist/extensions/order.d.ts +61 -11
- package/dist/extensions/order.d.ts.map +1 -1
- package/dist/extensions/order.js +18 -1
- package/dist/extensions/order.js.map +1 -1
- package/dist/extensions/proto-contracts.d.ts +44 -14
- package/dist/extensions/proto-contracts.d.ts.map +1 -1
- package/dist/extensions/store.d.ts +1143 -1631
- package/dist/extensions/store.d.ts.map +1 -1
- package/dist/extensions/store.js +48 -114
- package/dist/extensions/store.js.map +1 -1
- package/dist/extensions/widget.d.ts +1 -1
- package/dist/extensions/widget.js +1 -1
- package/dist/extensions/wms.d.ts +2359 -57
- package/dist/extensions/wms.d.ts.map +1 -1
- package/dist/extensions/wms.js +84 -0
- package/dist/extensions/wms.js.map +1 -1
- package/dist/gen/channel/app/sdk/v1/common.js +1 -1
- package/dist/gen/channel/app/sdk/v1/common.zod.d.ts +20 -20
- package/dist/gen/channel/app/sdk/v1/context.js +1 -1
- package/dist/gen/channel/app/sdk/v1/context.zod.d.ts +12 -12
- package/dist/gen/channel/app/sdk/v1/error.js +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.d.ts +275 -95
- package/dist/gen/channel/app/sdk/v1/extension.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.js +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts +8077 -3833
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.zod.js +251 -87
- package/dist/gen/channel/app/sdk/v1/extension.zod.js.map +1 -1
- package/dist/gen/channel/app/sdk/v1/function.js +1 -1
- package/dist/gen/channel/app/sdk/v1/function.zod.d.ts +12 -12
- package/dist/gen/channel/app/sdk/v1/native.d.ts +21 -0
- package/dist/gen/channel/app/sdk/v1/native.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/native.js +1 -1
- package/dist/gen/channel/app/sdk/v1/native.zod.d.ts +99 -14
- package/dist/gen/channel/app/sdk/v1/native.zod.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/native.zod.js +21 -0
- package/dist/gen/channel/app/sdk/v1/native.zod.js.map +1 -1
- package/dist/gen/google/protobuf/struct.js +1 -1
- package/dist/gen/io/channel/datasource/v1/datasource.js +1 -1
- package/dist/gen/io/channel/datasource/v1/datasource.zod.d.ts +14 -14
- package/dist/schemas/native.d.ts +182 -0
- package/dist/schemas/native.d.ts.map +1 -1
- package/dist/schemas/native.js +39 -0
- package/dist/schemas/native.js.map +1 -1
- package/dist/types/extension.d.ts +1 -1
- package/dist/types/extension.d.ts.map +1 -1
- package/dist/types/message.d.ts +2 -2
- package/dist/types/message.d.ts.map +1 -1
- package/dist/types/message.js +2 -2
- package/dist/types/native.d.ts +35 -0
- package/dist/types/native.d.ts.map +1 -1
- package/dist/utils/zod-to-json-schema.js.map +1 -1
- package/package.json +3 -3
|
@@ -31,15 +31,15 @@ export declare const NativeFunctionRequestProtoSchema: z.ZodObject<{
|
|
|
31
31
|
type?: string | undefined;
|
|
32
32
|
id?: string | undefined;
|
|
33
33
|
channelId?: string | undefined;
|
|
34
|
-
profile?: Record<string, any> | undefined;
|
|
35
34
|
memberId?: string | undefined;
|
|
35
|
+
profile?: Record<string, any> | undefined;
|
|
36
36
|
member?: boolean | undefined;
|
|
37
37
|
}, {
|
|
38
38
|
type?: string | undefined;
|
|
39
39
|
id?: string | undefined;
|
|
40
40
|
channelId?: string | undefined;
|
|
41
|
-
profile?: Record<string, any> | undefined;
|
|
42
41
|
memberId?: string | undefined;
|
|
42
|
+
profile?: Record<string, any> | undefined;
|
|
43
43
|
member?: boolean | undefined;
|
|
44
44
|
}>>>;
|
|
45
45
|
userChat: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
@@ -48,12 +48,12 @@ export declare const NativeFunctionRequestProtoSchema: z.ZodObject<{
|
|
|
48
48
|
state: z.ZodOptional<z.ZodString>;
|
|
49
49
|
}, "strip", z.ZodTypeAny, {
|
|
50
50
|
id?: string | undefined;
|
|
51
|
-
profile?: Record<string, any> | undefined;
|
|
52
51
|
state?: string | undefined;
|
|
52
|
+
profile?: Record<string, any> | undefined;
|
|
53
53
|
}, {
|
|
54
54
|
id?: string | undefined;
|
|
55
|
-
profile?: Record<string, any> | undefined;
|
|
56
55
|
state?: string | undefined;
|
|
56
|
+
profile?: Record<string, any> | undefined;
|
|
57
57
|
}>>>;
|
|
58
58
|
authToken: z.ZodOptional<z.ZodString>;
|
|
59
59
|
legacyAuthToken: z.ZodOptional<z.ZodString>;
|
|
@@ -68,8 +68,8 @@ export declare const NativeFunctionRequestProtoSchema: z.ZodObject<{
|
|
|
68
68
|
type?: string | undefined;
|
|
69
69
|
id?: string | undefined;
|
|
70
70
|
channelId?: string | undefined;
|
|
71
|
-
profile?: Record<string, any> | undefined;
|
|
72
71
|
memberId?: string | undefined;
|
|
72
|
+
profile?: Record<string, any> | undefined;
|
|
73
73
|
member?: boolean | undefined;
|
|
74
74
|
} | undefined;
|
|
75
75
|
caller?: {
|
|
@@ -81,8 +81,8 @@ export declare const NativeFunctionRequestProtoSchema: z.ZodObject<{
|
|
|
81
81
|
} | undefined;
|
|
82
82
|
userChat?: {
|
|
83
83
|
id?: string | undefined;
|
|
84
|
-
profile?: Record<string, any> | undefined;
|
|
85
84
|
state?: string | undefined;
|
|
85
|
+
profile?: Record<string, any> | undefined;
|
|
86
86
|
} | undefined;
|
|
87
87
|
authToken?: string | undefined;
|
|
88
88
|
legacyAuthToken?: string | undefined;
|
|
@@ -97,8 +97,8 @@ export declare const NativeFunctionRequestProtoSchema: z.ZodObject<{
|
|
|
97
97
|
type?: string | undefined;
|
|
98
98
|
id?: string | undefined;
|
|
99
99
|
channelId?: string | undefined;
|
|
100
|
-
profile?: Record<string, any> | undefined;
|
|
101
100
|
memberId?: string | undefined;
|
|
101
|
+
profile?: Record<string, any> | undefined;
|
|
102
102
|
member?: boolean | undefined;
|
|
103
103
|
} | undefined;
|
|
104
104
|
caller?: {
|
|
@@ -110,8 +110,8 @@ export declare const NativeFunctionRequestProtoSchema: z.ZodObject<{
|
|
|
110
110
|
} | undefined;
|
|
111
111
|
userChat?: {
|
|
112
112
|
id?: string | undefined;
|
|
113
|
-
profile?: Record<string, any> | undefined;
|
|
114
113
|
state?: string | undefined;
|
|
114
|
+
profile?: Record<string, any> | undefined;
|
|
115
115
|
} | undefined;
|
|
116
116
|
authToken?: string | undefined;
|
|
117
117
|
legacyAuthToken?: string | undefined;
|
|
@@ -129,8 +129,8 @@ export declare const NativeFunctionRequestProtoSchema: z.ZodObject<{
|
|
|
129
129
|
type?: string | undefined;
|
|
130
130
|
id?: string | undefined;
|
|
131
131
|
channelId?: string | undefined;
|
|
132
|
-
profile?: Record<string, any> | undefined;
|
|
133
132
|
memberId?: string | undefined;
|
|
133
|
+
profile?: Record<string, any> | undefined;
|
|
134
134
|
member?: boolean | undefined;
|
|
135
135
|
} | undefined;
|
|
136
136
|
caller?: {
|
|
@@ -142,8 +142,8 @@ export declare const NativeFunctionRequestProtoSchema: z.ZodObject<{
|
|
|
142
142
|
} | undefined;
|
|
143
143
|
userChat?: {
|
|
144
144
|
id?: string | undefined;
|
|
145
|
-
profile?: Record<string, any> | undefined;
|
|
146
145
|
state?: string | undefined;
|
|
146
|
+
profile?: Record<string, any> | undefined;
|
|
147
147
|
} | undefined;
|
|
148
148
|
authToken?: string | undefined;
|
|
149
149
|
legacyAuthToken?: string | undefined;
|
|
@@ -163,8 +163,8 @@ export declare const NativeFunctionRequestProtoSchema: z.ZodObject<{
|
|
|
163
163
|
type?: string | undefined;
|
|
164
164
|
id?: string | undefined;
|
|
165
165
|
channelId?: string | undefined;
|
|
166
|
-
profile?: Record<string, any> | undefined;
|
|
167
166
|
memberId?: string | undefined;
|
|
167
|
+
profile?: Record<string, any> | undefined;
|
|
168
168
|
member?: boolean | undefined;
|
|
169
169
|
} | undefined;
|
|
170
170
|
caller?: {
|
|
@@ -176,8 +176,8 @@ export declare const NativeFunctionRequestProtoSchema: z.ZodObject<{
|
|
|
176
176
|
} | undefined;
|
|
177
177
|
userChat?: {
|
|
178
178
|
id?: string | undefined;
|
|
179
|
-
profile?: Record<string, any> | undefined;
|
|
180
179
|
state?: string | undefined;
|
|
180
|
+
profile?: Record<string, any> | undefined;
|
|
181
181
|
} | undefined;
|
|
182
182
|
authToken?: string | undefined;
|
|
183
183
|
legacyAuthToken?: string | undefined;
|
|
@@ -292,17 +292,17 @@ export declare const AlfTaskRegistrationResultProtoSchema: z.ZodObject<{
|
|
|
292
292
|
}, "strip", z.ZodTypeAny, {
|
|
293
293
|
success?: boolean | undefined;
|
|
294
294
|
errorMessage?: string | undefined;
|
|
295
|
-
totalTasks?: number | undefined;
|
|
296
295
|
createdCount?: number | undefined;
|
|
297
296
|
updatedCount?: number | undefined;
|
|
298
297
|
deletedCount?: number | undefined;
|
|
298
|
+
totalTasks?: number | undefined;
|
|
299
299
|
}, {
|
|
300
300
|
success?: boolean | undefined;
|
|
301
301
|
errorMessage?: string | undefined;
|
|
302
|
-
totalTasks?: number | undefined;
|
|
303
302
|
createdCount?: number | undefined;
|
|
304
303
|
updatedCount?: number | undefined;
|
|
305
304
|
deletedCount?: number | undefined;
|
|
305
|
+
totalTasks?: number | undefined;
|
|
306
306
|
}>;
|
|
307
307
|
export type AlfTaskRegistrationResultProto = z.infer<typeof AlfTaskRegistrationResultProtoSchema>;
|
|
308
308
|
export declare const AlfTaskVersionProtoSchema: z.ZodObject<{
|
|
@@ -353,4 +353,89 @@ export declare const GetAlfTaskVersionsResultProtoSchema: z.ZodObject<{
|
|
|
353
353
|
}[] | undefined;
|
|
354
354
|
}>;
|
|
355
355
|
export type GetAlfTaskVersionsResultProto = z.infer<typeof GetAlfTaskVersionsResultProtoSchema>;
|
|
356
|
+
export declare const AppNotebookRegistrationResultProtoSchema: z.ZodObject<{
|
|
357
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
358
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
359
|
+
syncRunId: z.ZodOptional<z.ZodString>;
|
|
360
|
+
status: z.ZodOptional<z.ZodString>;
|
|
361
|
+
totalNotebooks: z.ZodOptional<z.ZodNumber>;
|
|
362
|
+
createdCount: z.ZodOptional<z.ZodNumber>;
|
|
363
|
+
updatedCount: z.ZodOptional<z.ZodNumber>;
|
|
364
|
+
deletedCount: z.ZodOptional<z.ZodNumber>;
|
|
365
|
+
}, "strip", z.ZodTypeAny, {
|
|
366
|
+
status?: string | undefined;
|
|
367
|
+
success?: boolean | undefined;
|
|
368
|
+
errorMessage?: string | undefined;
|
|
369
|
+
syncRunId?: string | undefined;
|
|
370
|
+
totalNotebooks?: number | undefined;
|
|
371
|
+
createdCount?: number | undefined;
|
|
372
|
+
updatedCount?: number | undefined;
|
|
373
|
+
deletedCount?: number | undefined;
|
|
374
|
+
}, {
|
|
375
|
+
status?: string | undefined;
|
|
376
|
+
success?: boolean | undefined;
|
|
377
|
+
errorMessage?: string | undefined;
|
|
378
|
+
syncRunId?: string | undefined;
|
|
379
|
+
totalNotebooks?: number | undefined;
|
|
380
|
+
createdCount?: number | undefined;
|
|
381
|
+
updatedCount?: number | undefined;
|
|
382
|
+
deletedCount?: number | undefined;
|
|
383
|
+
}>;
|
|
384
|
+
export type AppNotebookRegistrationResultProto = z.infer<typeof AppNotebookRegistrationResultProtoSchema>;
|
|
385
|
+
export declare const AppNotebookVersionProtoSchema: z.ZodObject<{
|
|
386
|
+
notebookKey: z.ZodOptional<z.ZodString>;
|
|
387
|
+
version: z.ZodOptional<z.ZodNumber>;
|
|
388
|
+
latestRevisionId: z.ZodOptional<z.ZodString>;
|
|
389
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
390
|
+
}, "strip", z.ZodTypeAny, {
|
|
391
|
+
notebookKey?: string | undefined;
|
|
392
|
+
version?: number | undefined;
|
|
393
|
+
latestRevisionId?: string | undefined;
|
|
394
|
+
updatedAt?: string | undefined;
|
|
395
|
+
}, {
|
|
396
|
+
notebookKey?: string | undefined;
|
|
397
|
+
version?: number | undefined;
|
|
398
|
+
latestRevisionId?: string | undefined;
|
|
399
|
+
updatedAt?: string | undefined;
|
|
400
|
+
}>;
|
|
401
|
+
export type AppNotebookVersionProto = z.infer<typeof AppNotebookVersionProtoSchema>;
|
|
402
|
+
export declare const GetAppNotebookVersionsResultProtoSchema: z.ZodObject<{
|
|
403
|
+
success: z.ZodOptional<z.ZodBoolean>;
|
|
404
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
405
|
+
notebooks: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
406
|
+
notebookKey: z.ZodOptional<z.ZodString>;
|
|
407
|
+
version: z.ZodOptional<z.ZodNumber>;
|
|
408
|
+
latestRevisionId: z.ZodOptional<z.ZodString>;
|
|
409
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
410
|
+
}, "strip", z.ZodTypeAny, {
|
|
411
|
+
notebookKey?: string | undefined;
|
|
412
|
+
version?: number | undefined;
|
|
413
|
+
latestRevisionId?: string | undefined;
|
|
414
|
+
updatedAt?: string | undefined;
|
|
415
|
+
}, {
|
|
416
|
+
notebookKey?: string | undefined;
|
|
417
|
+
version?: number | undefined;
|
|
418
|
+
latestRevisionId?: string | undefined;
|
|
419
|
+
updatedAt?: string | undefined;
|
|
420
|
+
}>>, "many">>;
|
|
421
|
+
}, "strip", z.ZodTypeAny, {
|
|
422
|
+
success?: boolean | undefined;
|
|
423
|
+
errorMessage?: string | undefined;
|
|
424
|
+
notebooks?: {
|
|
425
|
+
notebookKey?: string | undefined;
|
|
426
|
+
version?: number | undefined;
|
|
427
|
+
latestRevisionId?: string | undefined;
|
|
428
|
+
updatedAt?: string | undefined;
|
|
429
|
+
}[] | undefined;
|
|
430
|
+
}, {
|
|
431
|
+
success?: boolean | undefined;
|
|
432
|
+
errorMessage?: string | undefined;
|
|
433
|
+
notebooks?: {
|
|
434
|
+
notebookKey?: string | undefined;
|
|
435
|
+
version?: number | undefined;
|
|
436
|
+
latestRevisionId?: string | undefined;
|
|
437
|
+
updatedAt?: string | undefined;
|
|
438
|
+
}[] | undefined;
|
|
439
|
+
}>;
|
|
440
|
+
export type GetAppNotebookVersionsResultProto = z.infer<typeof GetAppNotebookVersionsResultProtoSchema>;
|
|
356
441
|
//# sourceMappingURL=native.zod.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"native.zod.d.ts","sourceRoot":"","sources":["../../../../../../src/gen/channel/app/sdk/v1/native.zod.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKG,CAAC;AACjD,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAE1F,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGG,CAAC;AAClD,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,eAAO,MAAM,2BAA2B;;;;;;;;;EAGG,CAAC;AAC5C,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;EAIG,CAAC;AAC5C,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF,eAAO,MAAM,sCAAsC;;;;;;;;;;;;EAIG,CAAC;AACvD,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AAEtG,eAAO,MAAM,sCAAsC;;;;;;;;;;;;EAIG,CAAC;AACvD,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AAEtG,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;EAOG,CAAC;AACrD,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAElG,eAAO,MAAM,yBAAyB;;;;;;;;;;;;EAIG,CAAC;AAC1C,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIG,CAAC;AACpD,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"native.zod.d.ts","sourceRoot":"","sources":["../../../../../../src/gen/channel/app/sdk/v1/native.zod.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKG,CAAC;AACjD,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAE1F,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGG,CAAC;AAClD,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,eAAO,MAAM,2BAA2B;;;;;;;;;EAGG,CAAC;AAC5C,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;EAIG,CAAC;AAC5C,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF,eAAO,MAAM,sCAAsC;;;;;;;;;;;;EAIG,CAAC;AACvD,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AAEtG,eAAO,MAAM,sCAAsC;;;;;;;;;;;;EAIG,CAAC;AACvD,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AAEtG,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;EAOG,CAAC;AACrD,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAElG,eAAO,MAAM,yBAAyB;;;;;;;;;;;;EAIG,CAAC;AAC1C,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIG,CAAC;AACpD,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AAEhG,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;EASG,CAAC;AACzD,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAC;AAE1G,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;EAKG,CAAC;AAC9C,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAEpF,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIG,CAAC;AACxD,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uCAAuC,CAAC,CAAC"}
|
|
@@ -49,4 +49,25 @@ export const GetAlfTaskVersionsResultProtoSchema = z.object({
|
|
|
49
49
|
errorMessage: z.string().optional(),
|
|
50
50
|
tasks: z.array(z.lazy(() => AlfTaskVersionProtoSchema)).optional(),
|
|
51
51
|
});
|
|
52
|
+
export const AppNotebookRegistrationResultProtoSchema = z.object({
|
|
53
|
+
success: z.boolean().optional(),
|
|
54
|
+
errorMessage: z.string().optional(),
|
|
55
|
+
syncRunId: z.string().optional(),
|
|
56
|
+
status: z.string().optional(),
|
|
57
|
+
totalNotebooks: z.number().int().optional(),
|
|
58
|
+
createdCount: z.number().int().optional(),
|
|
59
|
+
updatedCount: z.number().int().optional(),
|
|
60
|
+
deletedCount: z.number().int().optional(),
|
|
61
|
+
});
|
|
62
|
+
export const AppNotebookVersionProtoSchema = z.object({
|
|
63
|
+
notebookKey: z.string().optional(),
|
|
64
|
+
version: z.number().int().optional(),
|
|
65
|
+
latestRevisionId: z.string().optional(),
|
|
66
|
+
updatedAt: z.string().optional(),
|
|
67
|
+
});
|
|
68
|
+
export const GetAppNotebookVersionsResultProtoSchema = z.object({
|
|
69
|
+
success: z.boolean().optional(),
|
|
70
|
+
errorMessage: z.string().optional(),
|
|
71
|
+
notebooks: z.array(z.lazy(() => AppNotebookVersionProtoSchema)).optional(),
|
|
72
|
+
});
|
|
52
73
|
//# sourceMappingURL=native.zod.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"native.zod.js","sourceRoot":"","sources":["../../../../../../src/gen/channel/app/sdk/v1/native.zod.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"native.zod.js","sourceRoot":"","sources":["../../../../../../src/gen/channel/app/sdk/v1/native.zod.ts"],"names":[],"mappings":"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"}
|
|
@@ -32,14 +32,14 @@ export declare const TableProtoSchema: z.ZodObject<{
|
|
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
33
|
name?: string | undefined;
|
|
34
34
|
description?: string | undefined;
|
|
35
|
-
estimatedRowCount?: string | undefined;
|
|
36
35
|
updatedAt?: string | undefined;
|
|
36
|
+
estimatedRowCount?: string | undefined;
|
|
37
37
|
tableType?: "TABLE_TYPE_UNSPECIFIED" | "TABLE_TYPE_TABLE" | "TABLE_TYPE_VIEW" | "TABLE_TYPE_MATERIALIZED_VIEW" | "TABLE_TYPE_EXTERNAL" | undefined;
|
|
38
38
|
}, {
|
|
39
39
|
name?: string | undefined;
|
|
40
40
|
description?: string | undefined;
|
|
41
|
-
estimatedRowCount?: string | undefined;
|
|
42
41
|
updatedAt?: string | undefined;
|
|
42
|
+
estimatedRowCount?: string | undefined;
|
|
43
43
|
tableType?: "TABLE_TYPE_UNSPECIFIED" | "TABLE_TYPE_TABLE" | "TABLE_TYPE_VIEW" | "TABLE_TYPE_MATERIALIZED_VIEW" | "TABLE_TYPE_EXTERNAL" | undefined;
|
|
44
44
|
}>;
|
|
45
45
|
export type TableProto = z.infer<typeof TableProtoSchema>;
|
|
@@ -79,14 +79,14 @@ export declare const TableDefinitionProtoSchema: z.ZodObject<{
|
|
|
79
79
|
}, "strip", z.ZodTypeAny, {
|
|
80
80
|
name?: string | undefined;
|
|
81
81
|
description?: string | undefined;
|
|
82
|
-
estimatedRowCount?: string | undefined;
|
|
83
82
|
updatedAt?: string | undefined;
|
|
83
|
+
estimatedRowCount?: string | undefined;
|
|
84
84
|
tableType?: "TABLE_TYPE_UNSPECIFIED" | "TABLE_TYPE_TABLE" | "TABLE_TYPE_VIEW" | "TABLE_TYPE_MATERIALIZED_VIEW" | "TABLE_TYPE_EXTERNAL" | undefined;
|
|
85
85
|
}, {
|
|
86
86
|
name?: string | undefined;
|
|
87
87
|
description?: string | undefined;
|
|
88
|
-
estimatedRowCount?: string | undefined;
|
|
89
88
|
updatedAt?: string | undefined;
|
|
89
|
+
estimatedRowCount?: string | undefined;
|
|
90
90
|
tableType?: "TABLE_TYPE_UNSPECIFIED" | "TABLE_TYPE_TABLE" | "TABLE_TYPE_VIEW" | "TABLE_TYPE_MATERIALIZED_VIEW" | "TABLE_TYPE_EXTERNAL" | undefined;
|
|
91
91
|
}>>>;
|
|
92
92
|
columns: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
@@ -128,8 +128,8 @@ export declare const TableDefinitionProtoSchema: z.ZodObject<{
|
|
|
128
128
|
table?: {
|
|
129
129
|
name?: string | undefined;
|
|
130
130
|
description?: string | undefined;
|
|
131
|
-
estimatedRowCount?: string | undefined;
|
|
132
131
|
updatedAt?: string | undefined;
|
|
132
|
+
estimatedRowCount?: string | undefined;
|
|
133
133
|
tableType?: "TABLE_TYPE_UNSPECIFIED" | "TABLE_TYPE_TABLE" | "TABLE_TYPE_VIEW" | "TABLE_TYPE_MATERIALIZED_VIEW" | "TABLE_TYPE_EXTERNAL" | undefined;
|
|
134
134
|
} | undefined;
|
|
135
135
|
primaryKey?: string[] | undefined;
|
|
@@ -146,8 +146,8 @@ export declare const TableDefinitionProtoSchema: z.ZodObject<{
|
|
|
146
146
|
table?: {
|
|
147
147
|
name?: string | undefined;
|
|
148
148
|
description?: string | undefined;
|
|
149
|
-
estimatedRowCount?: string | undefined;
|
|
150
149
|
updatedAt?: string | undefined;
|
|
150
|
+
estimatedRowCount?: string | undefined;
|
|
151
151
|
tableType?: "TABLE_TYPE_UNSPECIFIED" | "TABLE_TYPE_TABLE" | "TABLE_TYPE_VIEW" | "TABLE_TYPE_MATERIALIZED_VIEW" | "TABLE_TYPE_EXTERNAL" | undefined;
|
|
152
152
|
} | undefined;
|
|
153
153
|
primaryKey?: string[] | undefined;
|
|
@@ -207,30 +207,30 @@ export declare const ListTablesResponseProtoSchema: z.ZodObject<{
|
|
|
207
207
|
}, "strip", z.ZodTypeAny, {
|
|
208
208
|
name?: string | undefined;
|
|
209
209
|
description?: string | undefined;
|
|
210
|
-
estimatedRowCount?: string | undefined;
|
|
211
210
|
updatedAt?: string | undefined;
|
|
211
|
+
estimatedRowCount?: string | undefined;
|
|
212
212
|
tableType?: "TABLE_TYPE_UNSPECIFIED" | "TABLE_TYPE_TABLE" | "TABLE_TYPE_VIEW" | "TABLE_TYPE_MATERIALIZED_VIEW" | "TABLE_TYPE_EXTERNAL" | undefined;
|
|
213
213
|
}, {
|
|
214
214
|
name?: string | undefined;
|
|
215
215
|
description?: string | undefined;
|
|
216
|
-
estimatedRowCount?: string | undefined;
|
|
217
216
|
updatedAt?: string | undefined;
|
|
217
|
+
estimatedRowCount?: string | undefined;
|
|
218
218
|
tableType?: "TABLE_TYPE_UNSPECIFIED" | "TABLE_TYPE_TABLE" | "TABLE_TYPE_VIEW" | "TABLE_TYPE_MATERIALIZED_VIEW" | "TABLE_TYPE_EXTERNAL" | undefined;
|
|
219
219
|
}>>, "many">>;
|
|
220
220
|
}, "strip", z.ZodTypeAny, {
|
|
221
221
|
tables?: {
|
|
222
222
|
name?: string | undefined;
|
|
223
223
|
description?: string | undefined;
|
|
224
|
-
estimatedRowCount?: string | undefined;
|
|
225
224
|
updatedAt?: string | undefined;
|
|
225
|
+
estimatedRowCount?: string | undefined;
|
|
226
226
|
tableType?: "TABLE_TYPE_UNSPECIFIED" | "TABLE_TYPE_TABLE" | "TABLE_TYPE_VIEW" | "TABLE_TYPE_MATERIALIZED_VIEW" | "TABLE_TYPE_EXTERNAL" | undefined;
|
|
227
227
|
}[] | undefined;
|
|
228
228
|
}, {
|
|
229
229
|
tables?: {
|
|
230
230
|
name?: string | undefined;
|
|
231
231
|
description?: string | undefined;
|
|
232
|
-
estimatedRowCount?: string | undefined;
|
|
233
232
|
updatedAt?: string | undefined;
|
|
233
|
+
estimatedRowCount?: string | undefined;
|
|
234
234
|
tableType?: "TABLE_TYPE_UNSPECIFIED" | "TABLE_TYPE_TABLE" | "TABLE_TYPE_VIEW" | "TABLE_TYPE_MATERIALIZED_VIEW" | "TABLE_TYPE_EXTERNAL" | undefined;
|
|
235
235
|
}[] | undefined;
|
|
236
236
|
}>;
|
|
@@ -336,30 +336,30 @@ export declare const SearchTablesResponseProtoSchema: z.ZodObject<{
|
|
|
336
336
|
}, "strip", z.ZodTypeAny, {
|
|
337
337
|
name?: string | undefined;
|
|
338
338
|
description?: string | undefined;
|
|
339
|
-
estimatedRowCount?: string | undefined;
|
|
340
339
|
updatedAt?: string | undefined;
|
|
340
|
+
estimatedRowCount?: string | undefined;
|
|
341
341
|
tableType?: "TABLE_TYPE_UNSPECIFIED" | "TABLE_TYPE_TABLE" | "TABLE_TYPE_VIEW" | "TABLE_TYPE_MATERIALIZED_VIEW" | "TABLE_TYPE_EXTERNAL" | undefined;
|
|
342
342
|
}, {
|
|
343
343
|
name?: string | undefined;
|
|
344
344
|
description?: string | undefined;
|
|
345
|
-
estimatedRowCount?: string | undefined;
|
|
346
345
|
updatedAt?: string | undefined;
|
|
346
|
+
estimatedRowCount?: string | undefined;
|
|
347
347
|
tableType?: "TABLE_TYPE_UNSPECIFIED" | "TABLE_TYPE_TABLE" | "TABLE_TYPE_VIEW" | "TABLE_TYPE_MATERIALIZED_VIEW" | "TABLE_TYPE_EXTERNAL" | undefined;
|
|
348
348
|
}>>, "many">>;
|
|
349
349
|
}, "strip", z.ZodTypeAny, {
|
|
350
350
|
tables?: {
|
|
351
351
|
name?: string | undefined;
|
|
352
352
|
description?: string | undefined;
|
|
353
|
-
estimatedRowCount?: string | undefined;
|
|
354
353
|
updatedAt?: string | undefined;
|
|
354
|
+
estimatedRowCount?: string | undefined;
|
|
355
355
|
tableType?: "TABLE_TYPE_UNSPECIFIED" | "TABLE_TYPE_TABLE" | "TABLE_TYPE_VIEW" | "TABLE_TYPE_MATERIALIZED_VIEW" | "TABLE_TYPE_EXTERNAL" | undefined;
|
|
356
356
|
}[] | undefined;
|
|
357
357
|
}, {
|
|
358
358
|
tables?: {
|
|
359
359
|
name?: string | undefined;
|
|
360
360
|
description?: string | undefined;
|
|
361
|
-
estimatedRowCount?: string | undefined;
|
|
362
361
|
updatedAt?: string | undefined;
|
|
362
|
+
estimatedRowCount?: string | undefined;
|
|
363
363
|
tableType?: "TABLE_TYPE_UNSPECIFIED" | "TABLE_TYPE_TABLE" | "TABLE_TYPE_VIEW" | "TABLE_TYPE_MATERIALIZED_VIEW" | "TABLE_TYPE_EXTERNAL" | undefined;
|
|
364
364
|
}[] | undefined;
|
|
365
365
|
}>;
|
package/dist/schemas/native.d.ts
CHANGED
|
@@ -371,6 +371,102 @@ export declare const NativeUpsertAppDataTableRowsResultSchema: z.ZodObject<{
|
|
|
371
371
|
requestId: string;
|
|
372
372
|
acceptedRowCount: number;
|
|
373
373
|
}>;
|
|
374
|
+
export declare const NativeRegisterAppNotebooksParamsSchema: z.ZodObject<{
|
|
375
|
+
appId: z.ZodString;
|
|
376
|
+
}, "strip", z.ZodTypeAny, {
|
|
377
|
+
appId: string;
|
|
378
|
+
}, {
|
|
379
|
+
appId: string;
|
|
380
|
+
}>;
|
|
381
|
+
export declare const NativeRegisterAppNotebooksResultSchema: z.ZodObject<{
|
|
382
|
+
success: z.ZodBoolean;
|
|
383
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
384
|
+
syncRunId: z.ZodOptional<z.ZodString>;
|
|
385
|
+
status: z.ZodOptional<z.ZodString>;
|
|
386
|
+
totalNotebooks: z.ZodNumber;
|
|
387
|
+
createdCount: z.ZodNumber;
|
|
388
|
+
updatedCount: z.ZodNumber;
|
|
389
|
+
deletedCount: z.ZodNumber;
|
|
390
|
+
}, "strip", z.ZodTypeAny, {
|
|
391
|
+
success: boolean;
|
|
392
|
+
totalNotebooks: number;
|
|
393
|
+
createdCount: number;
|
|
394
|
+
updatedCount: number;
|
|
395
|
+
deletedCount: number;
|
|
396
|
+
status?: string | undefined;
|
|
397
|
+
errorMessage?: string | undefined;
|
|
398
|
+
syncRunId?: string | undefined;
|
|
399
|
+
}, {
|
|
400
|
+
success: boolean;
|
|
401
|
+
totalNotebooks: number;
|
|
402
|
+
createdCount: number;
|
|
403
|
+
updatedCount: number;
|
|
404
|
+
deletedCount: number;
|
|
405
|
+
status?: string | undefined;
|
|
406
|
+
errorMessage?: string | undefined;
|
|
407
|
+
syncRunId?: string | undefined;
|
|
408
|
+
}>;
|
|
409
|
+
export declare const NativeGetAppNotebookVersionsParamsSchema: z.ZodObject<{
|
|
410
|
+
appId: z.ZodString;
|
|
411
|
+
}, "strip", z.ZodTypeAny, {
|
|
412
|
+
appId: string;
|
|
413
|
+
}, {
|
|
414
|
+
appId: string;
|
|
415
|
+
}>;
|
|
416
|
+
export declare const NativeAppNotebookVersionSchema: z.ZodObject<{
|
|
417
|
+
notebookKey: z.ZodString;
|
|
418
|
+
version: z.ZodNumber;
|
|
419
|
+
latestRevisionId: z.ZodOptional<z.ZodString>;
|
|
420
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
421
|
+
}, "strip", z.ZodTypeAny, {
|
|
422
|
+
notebookKey: string;
|
|
423
|
+
version: number;
|
|
424
|
+
latestRevisionId?: string | undefined;
|
|
425
|
+
updatedAt?: string | undefined;
|
|
426
|
+
}, {
|
|
427
|
+
notebookKey: string;
|
|
428
|
+
version: number;
|
|
429
|
+
latestRevisionId?: string | undefined;
|
|
430
|
+
updatedAt?: string | undefined;
|
|
431
|
+
}>;
|
|
432
|
+
export declare const NativeGetAppNotebookVersionsResultSchema: z.ZodObject<{
|
|
433
|
+
success: z.ZodBoolean;
|
|
434
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
435
|
+
notebooks: z.ZodArray<z.ZodObject<{
|
|
436
|
+
notebookKey: z.ZodString;
|
|
437
|
+
version: z.ZodNumber;
|
|
438
|
+
latestRevisionId: z.ZodOptional<z.ZodString>;
|
|
439
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
440
|
+
}, "strip", z.ZodTypeAny, {
|
|
441
|
+
notebookKey: string;
|
|
442
|
+
version: number;
|
|
443
|
+
latestRevisionId?: string | undefined;
|
|
444
|
+
updatedAt?: string | undefined;
|
|
445
|
+
}, {
|
|
446
|
+
notebookKey: string;
|
|
447
|
+
version: number;
|
|
448
|
+
latestRevisionId?: string | undefined;
|
|
449
|
+
updatedAt?: string | undefined;
|
|
450
|
+
}>, "many">;
|
|
451
|
+
}, "strip", z.ZodTypeAny, {
|
|
452
|
+
success: boolean;
|
|
453
|
+
notebooks: {
|
|
454
|
+
notebookKey: string;
|
|
455
|
+
version: number;
|
|
456
|
+
latestRevisionId?: string | undefined;
|
|
457
|
+
updatedAt?: string | undefined;
|
|
458
|
+
}[];
|
|
459
|
+
errorMessage?: string | undefined;
|
|
460
|
+
}, {
|
|
461
|
+
success: boolean;
|
|
462
|
+
notebooks: {
|
|
463
|
+
notebookKey: string;
|
|
464
|
+
version: number;
|
|
465
|
+
latestRevisionId?: string | undefined;
|
|
466
|
+
updatedAt?: string | undefined;
|
|
467
|
+
}[];
|
|
468
|
+
errorMessage?: string | undefined;
|
|
469
|
+
}>;
|
|
374
470
|
export declare const nativeFunctionSchemaDefinitions: ({
|
|
375
471
|
name: string;
|
|
376
472
|
description: string;
|
|
@@ -551,6 +647,92 @@ export declare const nativeFunctionSchemaDefinitions: ({
|
|
|
551
647
|
requestId: string;
|
|
552
648
|
acceptedRowCount: number;
|
|
553
649
|
}>;
|
|
650
|
+
} | {
|
|
651
|
+
name: string;
|
|
652
|
+
description: string;
|
|
653
|
+
input: z.ZodObject<{
|
|
654
|
+
appId: z.ZodString;
|
|
655
|
+
}, "strip", z.ZodTypeAny, {
|
|
656
|
+
appId: string;
|
|
657
|
+
}, {
|
|
658
|
+
appId: string;
|
|
659
|
+
}>;
|
|
660
|
+
output: z.ZodObject<{
|
|
661
|
+
success: z.ZodBoolean;
|
|
662
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
663
|
+
syncRunId: z.ZodOptional<z.ZodString>;
|
|
664
|
+
status: z.ZodOptional<z.ZodString>;
|
|
665
|
+
totalNotebooks: z.ZodNumber;
|
|
666
|
+
createdCount: z.ZodNumber;
|
|
667
|
+
updatedCount: z.ZodNumber;
|
|
668
|
+
deletedCount: z.ZodNumber;
|
|
669
|
+
}, "strip", z.ZodTypeAny, {
|
|
670
|
+
success: boolean;
|
|
671
|
+
totalNotebooks: number;
|
|
672
|
+
createdCount: number;
|
|
673
|
+
updatedCount: number;
|
|
674
|
+
deletedCount: number;
|
|
675
|
+
status?: string | undefined;
|
|
676
|
+
errorMessage?: string | undefined;
|
|
677
|
+
syncRunId?: string | undefined;
|
|
678
|
+
}, {
|
|
679
|
+
success: boolean;
|
|
680
|
+
totalNotebooks: number;
|
|
681
|
+
createdCount: number;
|
|
682
|
+
updatedCount: number;
|
|
683
|
+
deletedCount: number;
|
|
684
|
+
status?: string | undefined;
|
|
685
|
+
errorMessage?: string | undefined;
|
|
686
|
+
syncRunId?: string | undefined;
|
|
687
|
+
}>;
|
|
688
|
+
} | {
|
|
689
|
+
name: string;
|
|
690
|
+
description: string;
|
|
691
|
+
input: z.ZodObject<{
|
|
692
|
+
appId: z.ZodString;
|
|
693
|
+
}, "strip", z.ZodTypeAny, {
|
|
694
|
+
appId: string;
|
|
695
|
+
}, {
|
|
696
|
+
appId: string;
|
|
697
|
+
}>;
|
|
698
|
+
output: z.ZodObject<{
|
|
699
|
+
success: z.ZodBoolean;
|
|
700
|
+
errorMessage: z.ZodOptional<z.ZodString>;
|
|
701
|
+
notebooks: z.ZodArray<z.ZodObject<{
|
|
702
|
+
notebookKey: z.ZodString;
|
|
703
|
+
version: z.ZodNumber;
|
|
704
|
+
latestRevisionId: z.ZodOptional<z.ZodString>;
|
|
705
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
706
|
+
}, "strip", z.ZodTypeAny, {
|
|
707
|
+
notebookKey: string;
|
|
708
|
+
version: number;
|
|
709
|
+
latestRevisionId?: string | undefined;
|
|
710
|
+
updatedAt?: string | undefined;
|
|
711
|
+
}, {
|
|
712
|
+
notebookKey: string;
|
|
713
|
+
version: number;
|
|
714
|
+
latestRevisionId?: string | undefined;
|
|
715
|
+
updatedAt?: string | undefined;
|
|
716
|
+
}>, "many">;
|
|
717
|
+
}, "strip", z.ZodTypeAny, {
|
|
718
|
+
success: boolean;
|
|
719
|
+
notebooks: {
|
|
720
|
+
notebookKey: string;
|
|
721
|
+
version: number;
|
|
722
|
+
latestRevisionId?: string | undefined;
|
|
723
|
+
updatedAt?: string | undefined;
|
|
724
|
+
}[];
|
|
725
|
+
errorMessage?: string | undefined;
|
|
726
|
+
}, {
|
|
727
|
+
success: boolean;
|
|
728
|
+
notebooks: {
|
|
729
|
+
notebookKey: string;
|
|
730
|
+
version: number;
|
|
731
|
+
latestRevisionId?: string | undefined;
|
|
732
|
+
updatedAt?: string | undefined;
|
|
733
|
+
}[];
|
|
734
|
+
errorMessage?: string | undefined;
|
|
735
|
+
}>;
|
|
554
736
|
})[];
|
|
555
737
|
export declare function getNativeFunctionSchemas(): FunctionSchema[];
|
|
556
738
|
//# sourceMappingURL=native.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"native.d.ts","sourceRoot":"","sources":["../../src/schemas/native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAK3D,eAAO,MAAM,wBAAwB,mQAUnC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;EAMzC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMzC,CAAC;AAEH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK/C,CAAC;AAEH,eAAO,MAAM,oCAAoC;;;;;;EAE/C,CAAC;AAEH,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMrD,CAAC;AAEH,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGrD,CAAC;AAEH,eAAO,MAAM,uCAAuC;;;;;;;;;;;;EAIlD,CAAC;AAEH,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAElD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;EAKnD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;;;;EAGnD,CAAC;AASH,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"native.d.ts","sourceRoot":"","sources":["../../src/schemas/native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAK3D,eAAO,MAAM,wBAAwB,mQAUnC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;EAMzC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMzC,CAAC;AAEH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK/C,CAAC;AAEH,eAAO,MAAM,oCAAoC;;;;;;EAE/C,CAAC;AAEH,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMrD,CAAC;AAEH,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGrD,CAAC;AAEH,eAAO,MAAM,uCAAuC;;;;;;;;;;;;EAIlD,CAAC;AAEH,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAElD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;EAKnD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;;;;EAGnD,CAAC;AAEH,eAAO,MAAM,sCAAsC;;;;;;EAEjD,CAAC;AAEH,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;EASjD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;EAEnD,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;EAKzC,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAInD,CAAC;AASH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqCA,CAAC;AAE7C,wBAAgB,wBAAwB,IAAI,cAAc,EAAE,CAO3D"}
|
package/dist/schemas/native.js
CHANGED
|
@@ -64,6 +64,33 @@ export const NativeUpsertAppDataTableRowsResultSchema = z.object({
|
|
|
64
64
|
requestId: NativeNonEmptyStringSchema,
|
|
65
65
|
acceptedRowCount: z.number().int().nonnegative(),
|
|
66
66
|
});
|
|
67
|
+
export const NativeRegisterAppNotebooksParamsSchema = z.object({
|
|
68
|
+
appId: NativeNonEmptyStringSchema,
|
|
69
|
+
});
|
|
70
|
+
export const NativeRegisterAppNotebooksResultSchema = z.object({
|
|
71
|
+
success: z.boolean(),
|
|
72
|
+
errorMessage: z.string().optional(),
|
|
73
|
+
syncRunId: z.string().optional(),
|
|
74
|
+
status: z.string().optional(),
|
|
75
|
+
totalNotebooks: z.number().int().nonnegative(),
|
|
76
|
+
createdCount: z.number().int().nonnegative(),
|
|
77
|
+
updatedCount: z.number().int().nonnegative(),
|
|
78
|
+
deletedCount: z.number().int().nonnegative(),
|
|
79
|
+
});
|
|
80
|
+
export const NativeGetAppNotebookVersionsParamsSchema = z.object({
|
|
81
|
+
appId: NativeNonEmptyStringSchema,
|
|
82
|
+
});
|
|
83
|
+
export const NativeAppNotebookVersionSchema = z.object({
|
|
84
|
+
notebookKey: NativeNonEmptyStringSchema,
|
|
85
|
+
version: z.number().int().min(1),
|
|
86
|
+
latestRevisionId: z.string().optional(),
|
|
87
|
+
updatedAt: z.string().optional(),
|
|
88
|
+
});
|
|
89
|
+
export const NativeGetAppNotebookVersionsResultSchema = z.object({
|
|
90
|
+
success: z.boolean(),
|
|
91
|
+
errorMessage: z.string().optional(),
|
|
92
|
+
notebooks: z.array(NativeAppNotebookVersionSchema),
|
|
93
|
+
});
|
|
67
94
|
export const nativeFunctionSchemaDefinitions = [
|
|
68
95
|
{
|
|
69
96
|
name: "createAppDataTable",
|
|
@@ -89,6 +116,18 @@ export const nativeFunctionSchemaDefinitions = [
|
|
|
89
116
|
input: NativeUpsertAppDataTableRowsParamsSchema,
|
|
90
117
|
output: NativeUpsertAppDataTableRowsResultSchema,
|
|
91
118
|
},
|
|
119
|
+
{
|
|
120
|
+
name: "registerAppNotebooks",
|
|
121
|
+
description: "Register and sync app-managed notebooks.",
|
|
122
|
+
input: NativeRegisterAppNotebooksParamsSchema,
|
|
123
|
+
output: NativeRegisterAppNotebooksResultSchema,
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
name: "getAppNotebookVersions",
|
|
127
|
+
description: "Get the latest synced app notebook versions.",
|
|
128
|
+
input: NativeGetAppNotebookVersionsParamsSchema,
|
|
129
|
+
output: NativeGetAppNotebookVersionsResultSchema,
|
|
130
|
+
},
|
|
92
131
|
];
|
|
93
132
|
export function getNativeFunctionSchemas() {
|
|
94
133
|
return nativeFunctionSchemaDefinitions.map((definition) => ({
|