@marcoappio/marco-config 2.0.171 → 2.0.172
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/sdk/endpoints/index.d.ts +54 -0
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +54 -0
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +54 -0
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts +54 -0
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/draft.js +6 -0
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +54 -0
- package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
- package/dist/sdk/index.d.ts +54 -0
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -369,6 +369,60 @@ export declare const endpoints: {
|
|
|
369
369
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
370
370
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
371
371
|
readonly name: import("valibot").LiteralSchema<"setStatus", undefined>;
|
|
372
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
373
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
374
|
+
readonly envelope: Omit<import("valibot").ObjectSchema<{
|
|
375
|
+
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
376
|
+
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
377
|
+
readonly content: import("valibot").StringSchema<undefined>;
|
|
378
|
+
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
379
|
+
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
380
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
381
|
+
readonly entries: Omit<{
|
|
382
|
+
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
383
|
+
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
384
|
+
readonly content: import("valibot").StringSchema<undefined>;
|
|
385
|
+
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
386
|
+
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
387
|
+
}, "content">;
|
|
388
|
+
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
389
|
+
bcc: string[];
|
|
390
|
+
cc: string[];
|
|
391
|
+
to: string[];
|
|
392
|
+
subject: string;
|
|
393
|
+
}, {
|
|
394
|
+
bcc: string[];
|
|
395
|
+
cc: string[];
|
|
396
|
+
to: string[];
|
|
397
|
+
subject: string;
|
|
398
|
+
}>;
|
|
399
|
+
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
400
|
+
bcc: string[];
|
|
401
|
+
cc: string[];
|
|
402
|
+
to: string[];
|
|
403
|
+
subject: string;
|
|
404
|
+
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").ArrayIssue | import("valibot").NonOptionalIssue>;
|
|
405
|
+
readonly '~types'?: {
|
|
406
|
+
readonly input: {
|
|
407
|
+
bcc: string[];
|
|
408
|
+
cc: string[];
|
|
409
|
+
to: string[];
|
|
410
|
+
subject: string;
|
|
411
|
+
};
|
|
412
|
+
readonly output: {
|
|
413
|
+
bcc: string[];
|
|
414
|
+
cc: string[];
|
|
415
|
+
to: string[];
|
|
416
|
+
subject: string;
|
|
417
|
+
};
|
|
418
|
+
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").ArrayIssue | import("valibot").NonOptionalIssue;
|
|
419
|
+
} | undefined;
|
|
420
|
+
};
|
|
421
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
422
|
+
}, undefined>;
|
|
423
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
424
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
425
|
+
readonly name: import("valibot").LiteralSchema<"setEnvelope", undefined>;
|
|
372
426
|
}, undefined>], undefined>, undefined>;
|
|
373
427
|
}, undefined>, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
374
428
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,OAAO,EAAE,cAAc,EAAoB,MAAM,qBAAqB,CAAA;AActE,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,OAAO,EAAE,cAAc,EAAoB,MAAM,qBAAqB,CAAA;AActE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGM,CAAA"}
|
|
@@ -366,6 +366,60 @@ export declare const privateGroup: {
|
|
|
366
366
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
367
367
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
368
368
|
readonly name: import("valibot").LiteralSchema<"setStatus", undefined>;
|
|
369
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
370
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
371
|
+
readonly envelope: Omit<import("valibot").ObjectSchema<{
|
|
372
|
+
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
373
|
+
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
374
|
+
readonly content: import("valibot").StringSchema<undefined>;
|
|
375
|
+
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
376
|
+
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
377
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
378
|
+
readonly entries: Omit<{
|
|
379
|
+
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
380
|
+
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
381
|
+
readonly content: import("valibot").StringSchema<undefined>;
|
|
382
|
+
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
383
|
+
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
384
|
+
}, "content">;
|
|
385
|
+
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
386
|
+
bcc: string[];
|
|
387
|
+
cc: string[];
|
|
388
|
+
to: string[];
|
|
389
|
+
subject: string;
|
|
390
|
+
}, {
|
|
391
|
+
bcc: string[];
|
|
392
|
+
cc: string[];
|
|
393
|
+
to: string[];
|
|
394
|
+
subject: string;
|
|
395
|
+
}>;
|
|
396
|
+
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
397
|
+
bcc: string[];
|
|
398
|
+
cc: string[];
|
|
399
|
+
to: string[];
|
|
400
|
+
subject: string;
|
|
401
|
+
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").ArrayIssue | import("valibot").NonOptionalIssue>;
|
|
402
|
+
readonly '~types'?: {
|
|
403
|
+
readonly input: {
|
|
404
|
+
bcc: string[];
|
|
405
|
+
cc: string[];
|
|
406
|
+
to: string[];
|
|
407
|
+
subject: string;
|
|
408
|
+
};
|
|
409
|
+
readonly output: {
|
|
410
|
+
bcc: string[];
|
|
411
|
+
cc: string[];
|
|
412
|
+
to: string[];
|
|
413
|
+
subject: string;
|
|
414
|
+
};
|
|
415
|
+
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").ArrayIssue | import("valibot").NonOptionalIssue;
|
|
416
|
+
} | undefined;
|
|
417
|
+
};
|
|
418
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
419
|
+
}, undefined>;
|
|
420
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
421
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
422
|
+
readonly name: import("valibot").LiteralSchema<"setEnvelope", undefined>;
|
|
369
423
|
}, undefined>], undefined>, undefined>;
|
|
370
424
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
371
425
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIxB,CAAA"}
|
|
@@ -351,6 +351,60 @@ export declare const sync: {
|
|
|
351
351
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
352
352
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
353
353
|
readonly name: import("valibot").LiteralSchema<"setStatus", undefined>;
|
|
354
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
355
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
356
|
+
readonly envelope: Omit<import("valibot").ObjectSchema<{
|
|
357
|
+
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
358
|
+
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
359
|
+
readonly content: import("valibot").StringSchema<undefined>;
|
|
360
|
+
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
361
|
+
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
362
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
363
|
+
readonly entries: Omit<{
|
|
364
|
+
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
365
|
+
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
366
|
+
readonly content: import("valibot").StringSchema<undefined>;
|
|
367
|
+
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
368
|
+
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
369
|
+
}, "content">;
|
|
370
|
+
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
371
|
+
bcc: string[];
|
|
372
|
+
cc: string[];
|
|
373
|
+
to: string[];
|
|
374
|
+
subject: string;
|
|
375
|
+
}, {
|
|
376
|
+
bcc: string[];
|
|
377
|
+
cc: string[];
|
|
378
|
+
to: string[];
|
|
379
|
+
subject: string;
|
|
380
|
+
}>;
|
|
381
|
+
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
382
|
+
bcc: string[];
|
|
383
|
+
cc: string[];
|
|
384
|
+
to: string[];
|
|
385
|
+
subject: string;
|
|
386
|
+
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").ArrayIssue | import("valibot").NonOptionalIssue>;
|
|
387
|
+
readonly '~types'?: {
|
|
388
|
+
readonly input: {
|
|
389
|
+
bcc: string[];
|
|
390
|
+
cc: string[];
|
|
391
|
+
to: string[];
|
|
392
|
+
subject: string;
|
|
393
|
+
};
|
|
394
|
+
readonly output: {
|
|
395
|
+
bcc: string[];
|
|
396
|
+
cc: string[];
|
|
397
|
+
to: string[];
|
|
398
|
+
subject: string;
|
|
399
|
+
};
|
|
400
|
+
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").ArrayIssue | import("valibot").NonOptionalIssue;
|
|
401
|
+
} | undefined;
|
|
402
|
+
};
|
|
403
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
404
|
+
}, undefined>;
|
|
405
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
406
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
407
|
+
readonly name: import("valibot").LiteralSchema<"setEnvelope", undefined>;
|
|
354
408
|
}, undefined>], undefined>, undefined>;
|
|
355
409
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
356
410
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/private/sync/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/private/sync/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiB,CAAA"}
|
|
@@ -45,6 +45,60 @@ export declare const syncPushDraft: import("../../../../..").EndpointConfig<"/v1
|
|
|
45
45
|
readonly clientID: v.StringSchema<undefined>;
|
|
46
46
|
readonly id: v.NumberSchema<undefined>;
|
|
47
47
|
readonly name: v.LiteralSchema<"setStatus", undefined>;
|
|
48
|
+
}, undefined>, v.ObjectSchema<{
|
|
49
|
+
readonly args: v.ObjectSchema<{
|
|
50
|
+
readonly envelope: Omit<v.ObjectSchema<{
|
|
51
|
+
readonly bcc: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
52
|
+
readonly cc: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
53
|
+
readonly content: v.StringSchema<undefined>;
|
|
54
|
+
readonly subject: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
55
|
+
readonly to: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
56
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
57
|
+
readonly entries: Omit<{
|
|
58
|
+
readonly bcc: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
59
|
+
readonly cc: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
60
|
+
readonly content: v.StringSchema<undefined>;
|
|
61
|
+
readonly subject: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
62
|
+
readonly to: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
63
|
+
}, "content">;
|
|
64
|
+
readonly '~standard': v.StandardSchemaProps<{
|
|
65
|
+
bcc: string[];
|
|
66
|
+
cc: string[];
|
|
67
|
+
to: string[];
|
|
68
|
+
subject: string;
|
|
69
|
+
}, {
|
|
70
|
+
bcc: string[];
|
|
71
|
+
cc: string[];
|
|
72
|
+
to: string[];
|
|
73
|
+
subject: string;
|
|
74
|
+
}>;
|
|
75
|
+
readonly '~run': (dataset: v.UnknownDataset, config: v.Config<v.BaseIssue<unknown>>) => v.OutputDataset<{
|
|
76
|
+
bcc: string[];
|
|
77
|
+
cc: string[];
|
|
78
|
+
to: string[];
|
|
79
|
+
subject: string;
|
|
80
|
+
}, v.StringIssue | v.ObjectIssue | v.EmailIssue<string> | v.MaxLengthIssue<string, 255> | v.NonEmptyIssue<string> | v.ArrayIssue | v.NonOptionalIssue>;
|
|
81
|
+
readonly '~types'?: {
|
|
82
|
+
readonly input: {
|
|
83
|
+
bcc: string[];
|
|
84
|
+
cc: string[];
|
|
85
|
+
to: string[];
|
|
86
|
+
subject: string;
|
|
87
|
+
};
|
|
88
|
+
readonly output: {
|
|
89
|
+
bcc: string[];
|
|
90
|
+
cc: string[];
|
|
91
|
+
to: string[];
|
|
92
|
+
subject: string;
|
|
93
|
+
};
|
|
94
|
+
readonly issue: v.StringIssue | v.ObjectIssue | v.EmailIssue<string> | v.MaxLengthIssue<string, 255> | v.NonEmptyIssue<string> | v.ArrayIssue | v.NonOptionalIssue;
|
|
95
|
+
} | undefined;
|
|
96
|
+
};
|
|
97
|
+
readonly id: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
98
|
+
}, undefined>;
|
|
99
|
+
readonly clientID: v.StringSchema<undefined>;
|
|
100
|
+
readonly id: v.NumberSchema<undefined>;
|
|
101
|
+
readonly name: v.LiteralSchema<"setEnvelope", undefined>;
|
|
48
102
|
}, undefined>], undefined>, undefined>;
|
|
49
103
|
}, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
|
|
50
104
|
readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"draft.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/draft.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"draft.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/draft.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA2CxB,CAAA"}
|
|
@@ -30,6 +30,12 @@ export const syncPushDraft = createEndpoint({
|
|
|
30
30
|
id: v.number(),
|
|
31
31
|
name: v.literal('setStatus'),
|
|
32
32
|
}),
|
|
33
|
+
v.object({
|
|
34
|
+
args: draft.mutators.setEnvelope.delta,
|
|
35
|
+
clientID: v.string(),
|
|
36
|
+
id: v.number(),
|
|
37
|
+
name: v.literal('setEnvelope'),
|
|
38
|
+
}),
|
|
33
39
|
])),
|
|
34
40
|
}),
|
|
35
41
|
method: 'POST',
|
|
@@ -131,6 +131,60 @@ export declare const push: {
|
|
|
131
131
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
132
132
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
133
133
|
readonly name: import("valibot").LiteralSchema<"setStatus", undefined>;
|
|
134
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
135
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
136
|
+
readonly envelope: Omit<import("valibot").ObjectSchema<{
|
|
137
|
+
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
138
|
+
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
139
|
+
readonly content: import("valibot").StringSchema<undefined>;
|
|
140
|
+
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
141
|
+
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
142
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
143
|
+
readonly entries: Omit<{
|
|
144
|
+
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
145
|
+
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
146
|
+
readonly content: import("valibot").StringSchema<undefined>;
|
|
147
|
+
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
148
|
+
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
149
|
+
}, "content">;
|
|
150
|
+
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
151
|
+
bcc: string[];
|
|
152
|
+
cc: string[];
|
|
153
|
+
to: string[];
|
|
154
|
+
subject: string;
|
|
155
|
+
}, {
|
|
156
|
+
bcc: string[];
|
|
157
|
+
cc: string[];
|
|
158
|
+
to: string[];
|
|
159
|
+
subject: string;
|
|
160
|
+
}>;
|
|
161
|
+
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
162
|
+
bcc: string[];
|
|
163
|
+
cc: string[];
|
|
164
|
+
to: string[];
|
|
165
|
+
subject: string;
|
|
166
|
+
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").ArrayIssue | import("valibot").NonOptionalIssue>;
|
|
167
|
+
readonly '~types'?: {
|
|
168
|
+
readonly input: {
|
|
169
|
+
bcc: string[];
|
|
170
|
+
cc: string[];
|
|
171
|
+
to: string[];
|
|
172
|
+
subject: string;
|
|
173
|
+
};
|
|
174
|
+
readonly output: {
|
|
175
|
+
bcc: string[];
|
|
176
|
+
cc: string[];
|
|
177
|
+
to: string[];
|
|
178
|
+
subject: string;
|
|
179
|
+
};
|
|
180
|
+
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").ArrayIssue | import("valibot").NonOptionalIssue;
|
|
181
|
+
} | undefined;
|
|
182
|
+
};
|
|
183
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
184
|
+
}, undefined>;
|
|
185
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
186
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
187
|
+
readonly name: import("valibot").LiteralSchema<"setEnvelope", undefined>;
|
|
134
188
|
}, undefined>], undefined>, undefined>;
|
|
135
189
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
136
190
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAA"}
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -368,6 +368,60 @@ export declare const marcoSDK: {
|
|
|
368
368
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
369
369
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
370
370
|
readonly name: import("valibot").LiteralSchema<"setStatus", undefined>;
|
|
371
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
372
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
373
|
+
readonly envelope: Omit<import("valibot").ObjectSchema<{
|
|
374
|
+
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
375
|
+
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
376
|
+
readonly content: import("valibot").StringSchema<undefined>;
|
|
377
|
+
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
378
|
+
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
379
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
380
|
+
readonly entries: Omit<{
|
|
381
|
+
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
382
|
+
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
383
|
+
readonly content: import("valibot").StringSchema<undefined>;
|
|
384
|
+
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
385
|
+
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
386
|
+
}, "content">;
|
|
387
|
+
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
388
|
+
bcc: string[];
|
|
389
|
+
cc: string[];
|
|
390
|
+
to: string[];
|
|
391
|
+
subject: string;
|
|
392
|
+
}, {
|
|
393
|
+
bcc: string[];
|
|
394
|
+
cc: string[];
|
|
395
|
+
to: string[];
|
|
396
|
+
subject: string;
|
|
397
|
+
}>;
|
|
398
|
+
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
399
|
+
bcc: string[];
|
|
400
|
+
cc: string[];
|
|
401
|
+
to: string[];
|
|
402
|
+
subject: string;
|
|
403
|
+
}, import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").ArrayIssue | import("valibot").NonOptionalIssue>;
|
|
404
|
+
readonly '~types'?: {
|
|
405
|
+
readonly input: {
|
|
406
|
+
bcc: string[];
|
|
407
|
+
cc: string[];
|
|
408
|
+
to: string[];
|
|
409
|
+
subject: string;
|
|
410
|
+
};
|
|
411
|
+
readonly output: {
|
|
412
|
+
bcc: string[];
|
|
413
|
+
cc: string[];
|
|
414
|
+
to: string[];
|
|
415
|
+
subject: string;
|
|
416
|
+
};
|
|
417
|
+
readonly issue: import("valibot").StringIssue | import("valibot").ObjectIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").ArrayIssue | import("valibot").NonOptionalIssue;
|
|
418
|
+
} | undefined;
|
|
419
|
+
};
|
|
420
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
421
|
+
}, undefined>;
|
|
422
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
423
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
424
|
+
readonly name: import("valibot").LiteralSchema<"setEnvelope", undefined>;
|
|
371
425
|
}, undefined>], undefined>, undefined>;
|
|
372
426
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
373
427
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
package/dist/sdk/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGpB,CAAA"}
|