@supernova-studio/model 0.47.11 → 0.47.13
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/index.d.mts +79 -78
- package/dist/index.d.ts +79 -78
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/data-sources/data-source.ts +1 -1
- package/src/integrations/integration.ts +2 -1
package/dist/index.d.mts
CHANGED
|
@@ -3115,20 +3115,20 @@ declare const DataSourceFigmaScope: z.ZodObject<{
|
|
|
3115
3115
|
documentationFrames: z.ZodBoolean;
|
|
3116
3116
|
tokens: z.ZodBoolean;
|
|
3117
3117
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
3118
|
-
|
|
3118
|
+
isUnpublishedContentFallbackEnabled: z.ZodBoolean;
|
|
3119
3119
|
}, "strip", z.ZodTypeAny, {
|
|
3120
3120
|
assets: boolean;
|
|
3121
3121
|
components: boolean;
|
|
3122
3122
|
documentationFrames: boolean;
|
|
3123
3123
|
tokens: boolean;
|
|
3124
|
-
|
|
3124
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
3125
3125
|
themePersistentId?: string | undefined;
|
|
3126
3126
|
}, {
|
|
3127
3127
|
assets: boolean;
|
|
3128
3128
|
components: boolean;
|
|
3129
3129
|
documentationFrames: boolean;
|
|
3130
3130
|
tokens: boolean;
|
|
3131
|
-
|
|
3131
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
3132
3132
|
themePersistentId?: string | undefined;
|
|
3133
3133
|
}>;
|
|
3134
3134
|
type DataSourceFigmaScope = z.infer<typeof DataSourceFigmaScope>;
|
|
@@ -3190,20 +3190,20 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
|
|
|
3190
3190
|
documentationFrames: z.ZodBoolean;
|
|
3191
3191
|
tokens: z.ZodBoolean;
|
|
3192
3192
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
3193
|
-
|
|
3193
|
+
isUnpublishedContentFallbackEnabled: z.ZodBoolean;
|
|
3194
3194
|
}, "strip", z.ZodTypeAny, {
|
|
3195
3195
|
assets: boolean;
|
|
3196
3196
|
components: boolean;
|
|
3197
3197
|
documentationFrames: boolean;
|
|
3198
3198
|
tokens: boolean;
|
|
3199
|
-
|
|
3199
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
3200
3200
|
themePersistentId?: string | undefined;
|
|
3201
3201
|
}, {
|
|
3202
3202
|
assets: boolean;
|
|
3203
3203
|
components: boolean;
|
|
3204
3204
|
documentationFrames: boolean;
|
|
3205
3205
|
tokens: boolean;
|
|
3206
|
-
|
|
3206
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
3207
3207
|
themePersistentId?: string | undefined;
|
|
3208
3208
|
}>;
|
|
3209
3209
|
state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
|
|
@@ -3264,7 +3264,7 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
|
|
|
3264
3264
|
components: boolean;
|
|
3265
3265
|
documentationFrames: boolean;
|
|
3266
3266
|
tokens: boolean;
|
|
3267
|
-
|
|
3267
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
3268
3268
|
themePersistentId?: string | undefined;
|
|
3269
3269
|
};
|
|
3270
3270
|
fileId: string;
|
|
@@ -3294,7 +3294,7 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
|
|
|
3294
3294
|
components: boolean;
|
|
3295
3295
|
documentationFrames: boolean;
|
|
3296
3296
|
tokens: boolean;
|
|
3297
|
-
|
|
3297
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
3298
3298
|
themePersistentId?: string | undefined;
|
|
3299
3299
|
};
|
|
3300
3300
|
fileId: string;
|
|
@@ -3388,20 +3388,20 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3388
3388
|
documentationFrames: z.ZodBoolean;
|
|
3389
3389
|
tokens: z.ZodBoolean;
|
|
3390
3390
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
3391
|
-
|
|
3391
|
+
isUnpublishedContentFallbackEnabled: z.ZodBoolean;
|
|
3392
3392
|
}, "strip", z.ZodTypeAny, {
|
|
3393
3393
|
assets: boolean;
|
|
3394
3394
|
components: boolean;
|
|
3395
3395
|
documentationFrames: boolean;
|
|
3396
3396
|
tokens: boolean;
|
|
3397
|
-
|
|
3397
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
3398
3398
|
themePersistentId?: string | undefined;
|
|
3399
3399
|
}, {
|
|
3400
3400
|
assets: boolean;
|
|
3401
3401
|
components: boolean;
|
|
3402
3402
|
documentationFrames: boolean;
|
|
3403
3403
|
tokens: boolean;
|
|
3404
|
-
|
|
3404
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
3405
3405
|
themePersistentId?: string | undefined;
|
|
3406
3406
|
}>;
|
|
3407
3407
|
state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
|
|
@@ -3462,7 +3462,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3462
3462
|
components: boolean;
|
|
3463
3463
|
documentationFrames: boolean;
|
|
3464
3464
|
tokens: boolean;
|
|
3465
|
-
|
|
3465
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
3466
3466
|
themePersistentId?: string | undefined;
|
|
3467
3467
|
};
|
|
3468
3468
|
fileId: string;
|
|
@@ -3492,7 +3492,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3492
3492
|
components: boolean;
|
|
3493
3493
|
documentationFrames: boolean;
|
|
3494
3494
|
tokens: boolean;
|
|
3495
|
-
|
|
3495
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
3496
3496
|
themePersistentId?: string | undefined;
|
|
3497
3497
|
};
|
|
3498
3498
|
fileId: string;
|
|
@@ -42516,20 +42516,20 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
42516
42516
|
documentationFrames: z.ZodBoolean;
|
|
42517
42517
|
tokens: z.ZodBoolean;
|
|
42518
42518
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
42519
|
-
|
|
42519
|
+
isUnpublishedContentFallbackEnabled: z.ZodBoolean;
|
|
42520
42520
|
}, "strip", z.ZodTypeAny, {
|
|
42521
42521
|
assets: boolean;
|
|
42522
42522
|
components: boolean;
|
|
42523
42523
|
documentationFrames: boolean;
|
|
42524
42524
|
tokens: boolean;
|
|
42525
|
-
|
|
42525
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
42526
42526
|
themePersistentId?: string | undefined;
|
|
42527
42527
|
}, {
|
|
42528
42528
|
assets: boolean;
|
|
42529
42529
|
components: boolean;
|
|
42530
42530
|
documentationFrames: boolean;
|
|
42531
42531
|
tokens: boolean;
|
|
42532
|
-
|
|
42532
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
42533
42533
|
themePersistentId?: string | undefined;
|
|
42534
42534
|
}>;
|
|
42535
42535
|
state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
|
|
@@ -42590,7 +42590,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
42590
42590
|
components: boolean;
|
|
42591
42591
|
documentationFrames: boolean;
|
|
42592
42592
|
tokens: boolean;
|
|
42593
|
-
|
|
42593
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
42594
42594
|
themePersistentId?: string | undefined;
|
|
42595
42595
|
};
|
|
42596
42596
|
fileId: string;
|
|
@@ -42620,7 +42620,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
42620
42620
|
components: boolean;
|
|
42621
42621
|
documentationFrames: boolean;
|
|
42622
42622
|
tokens: boolean;
|
|
42623
|
-
|
|
42623
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
42624
42624
|
themePersistentId?: string | undefined;
|
|
42625
42625
|
};
|
|
42626
42626
|
fileId: string;
|
|
@@ -42653,7 +42653,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
42653
42653
|
components: boolean;
|
|
42654
42654
|
documentationFrames: boolean;
|
|
42655
42655
|
tokens: boolean;
|
|
42656
|
-
|
|
42656
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
42657
42657
|
themePersistentId?: string | undefined;
|
|
42658
42658
|
};
|
|
42659
42659
|
fileId: string;
|
|
@@ -42686,7 +42686,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
42686
42686
|
components: boolean;
|
|
42687
42687
|
documentationFrames: boolean;
|
|
42688
42688
|
tokens: boolean;
|
|
42689
|
-
|
|
42689
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
42690
42690
|
themePersistentId?: string | undefined;
|
|
42691
42691
|
};
|
|
42692
42692
|
fileId: string;
|
|
@@ -42745,20 +42745,20 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
42745
42745
|
documentationFrames: z.ZodBoolean;
|
|
42746
42746
|
tokens: z.ZodBoolean;
|
|
42747
42747
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
42748
|
-
|
|
42748
|
+
isUnpublishedContentFallbackEnabled: z.ZodBoolean;
|
|
42749
42749
|
}, "strip", z.ZodTypeAny, {
|
|
42750
42750
|
assets: boolean;
|
|
42751
42751
|
components: boolean;
|
|
42752
42752
|
documentationFrames: boolean;
|
|
42753
42753
|
tokens: boolean;
|
|
42754
|
-
|
|
42754
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
42755
42755
|
themePersistentId?: string | undefined;
|
|
42756
42756
|
}, {
|
|
42757
42757
|
assets: boolean;
|
|
42758
42758
|
components: boolean;
|
|
42759
42759
|
documentationFrames: boolean;
|
|
42760
42760
|
tokens: boolean;
|
|
42761
|
-
|
|
42761
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
42762
42762
|
themePersistentId?: string | undefined;
|
|
42763
42763
|
}>;
|
|
42764
42764
|
state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
|
|
@@ -42819,7 +42819,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
42819
42819
|
components: boolean;
|
|
42820
42820
|
documentationFrames: boolean;
|
|
42821
42821
|
tokens: boolean;
|
|
42822
|
-
|
|
42822
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
42823
42823
|
themePersistentId?: string | undefined;
|
|
42824
42824
|
};
|
|
42825
42825
|
fileId: string;
|
|
@@ -42849,7 +42849,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
42849
42849
|
components: boolean;
|
|
42850
42850
|
documentationFrames: boolean;
|
|
42851
42851
|
tokens: boolean;
|
|
42852
|
-
|
|
42852
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
42853
42853
|
themePersistentId?: string | undefined;
|
|
42854
42854
|
};
|
|
42855
42855
|
fileId: string;
|
|
@@ -42882,7 +42882,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
42882
42882
|
components: boolean;
|
|
42883
42883
|
documentationFrames: boolean;
|
|
42884
42884
|
tokens: boolean;
|
|
42885
|
-
|
|
42885
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
42886
42886
|
themePersistentId?: string | undefined;
|
|
42887
42887
|
};
|
|
42888
42888
|
fileId: string;
|
|
@@ -42915,7 +42915,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
42915
42915
|
components: boolean;
|
|
42916
42916
|
documentationFrames: boolean;
|
|
42917
42917
|
tokens: boolean;
|
|
42918
|
-
|
|
42918
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
42919
42919
|
themePersistentId?: string | undefined;
|
|
42920
42920
|
};
|
|
42921
42921
|
fileId: string;
|
|
@@ -42980,7 +42980,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
42980
42980
|
components: boolean;
|
|
42981
42981
|
documentationFrames: boolean;
|
|
42982
42982
|
tokens: boolean;
|
|
42983
|
-
|
|
42983
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
42984
42984
|
themePersistentId?: string | undefined;
|
|
42985
42985
|
};
|
|
42986
42986
|
fileId: string;
|
|
@@ -43027,7 +43027,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
43027
43027
|
components: boolean;
|
|
43028
43028
|
documentationFrames: boolean;
|
|
43029
43029
|
tokens: boolean;
|
|
43030
|
-
|
|
43030
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43031
43031
|
themePersistentId?: string | undefined;
|
|
43032
43032
|
};
|
|
43033
43033
|
fileId: string;
|
|
@@ -43095,20 +43095,20 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
43095
43095
|
documentationFrames: z.ZodBoolean;
|
|
43096
43096
|
tokens: z.ZodBoolean;
|
|
43097
43097
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
43098
|
-
|
|
43098
|
+
isUnpublishedContentFallbackEnabled: z.ZodBoolean;
|
|
43099
43099
|
}, "strip", z.ZodTypeAny, {
|
|
43100
43100
|
assets: boolean;
|
|
43101
43101
|
components: boolean;
|
|
43102
43102
|
documentationFrames: boolean;
|
|
43103
43103
|
tokens: boolean;
|
|
43104
|
-
|
|
43104
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43105
43105
|
themePersistentId?: string | undefined;
|
|
43106
43106
|
}, {
|
|
43107
43107
|
assets: boolean;
|
|
43108
43108
|
components: boolean;
|
|
43109
43109
|
documentationFrames: boolean;
|
|
43110
43110
|
tokens: boolean;
|
|
43111
|
-
|
|
43111
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43112
43112
|
themePersistentId?: string | undefined;
|
|
43113
43113
|
}>;
|
|
43114
43114
|
state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
|
|
@@ -43169,7 +43169,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
43169
43169
|
components: boolean;
|
|
43170
43170
|
documentationFrames: boolean;
|
|
43171
43171
|
tokens: boolean;
|
|
43172
|
-
|
|
43172
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43173
43173
|
themePersistentId?: string | undefined;
|
|
43174
43174
|
};
|
|
43175
43175
|
fileId: string;
|
|
@@ -43199,7 +43199,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
43199
43199
|
components: boolean;
|
|
43200
43200
|
documentationFrames: boolean;
|
|
43201
43201
|
tokens: boolean;
|
|
43202
|
-
|
|
43202
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43203
43203
|
themePersistentId?: string | undefined;
|
|
43204
43204
|
};
|
|
43205
43205
|
fileId: string;
|
|
@@ -43232,7 +43232,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
43232
43232
|
components: boolean;
|
|
43233
43233
|
documentationFrames: boolean;
|
|
43234
43234
|
tokens: boolean;
|
|
43235
|
-
|
|
43235
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43236
43236
|
themePersistentId?: string | undefined;
|
|
43237
43237
|
};
|
|
43238
43238
|
fileId: string;
|
|
@@ -43265,7 +43265,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
43265
43265
|
components: boolean;
|
|
43266
43266
|
documentationFrames: boolean;
|
|
43267
43267
|
tokens: boolean;
|
|
43268
|
-
|
|
43268
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43269
43269
|
themePersistentId?: string | undefined;
|
|
43270
43270
|
};
|
|
43271
43271
|
fileId: string;
|
|
@@ -43333,7 +43333,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
43333
43333
|
components: boolean;
|
|
43334
43334
|
documentationFrames: boolean;
|
|
43335
43335
|
tokens: boolean;
|
|
43336
|
-
|
|
43336
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43337
43337
|
themePersistentId?: string | undefined;
|
|
43338
43338
|
};
|
|
43339
43339
|
fileId: string;
|
|
@@ -43382,7 +43382,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<z.objectUtil.exten
|
|
|
43382
43382
|
components: boolean;
|
|
43383
43383
|
documentationFrames: boolean;
|
|
43384
43384
|
tokens: boolean;
|
|
43385
|
-
|
|
43385
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43386
43386
|
themePersistentId?: string | undefined;
|
|
43387
43387
|
};
|
|
43388
43388
|
fileId: string;
|
|
@@ -43432,20 +43432,20 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
|
|
|
43432
43432
|
documentationFrames: z.ZodBoolean;
|
|
43433
43433
|
tokens: z.ZodBoolean;
|
|
43434
43434
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
43435
|
-
|
|
43435
|
+
isUnpublishedContentFallbackEnabled: z.ZodBoolean;
|
|
43436
43436
|
}, "strip", z.ZodTypeAny, {
|
|
43437
43437
|
assets: boolean;
|
|
43438
43438
|
components: boolean;
|
|
43439
43439
|
documentationFrames: boolean;
|
|
43440
43440
|
tokens: boolean;
|
|
43441
|
-
|
|
43441
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43442
43442
|
themePersistentId?: string | undefined;
|
|
43443
43443
|
}, {
|
|
43444
43444
|
assets: boolean;
|
|
43445
43445
|
components: boolean;
|
|
43446
43446
|
documentationFrames: boolean;
|
|
43447
43447
|
tokens: boolean;
|
|
43448
|
-
|
|
43448
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43449
43449
|
themePersistentId?: string | undefined;
|
|
43450
43450
|
}>;
|
|
43451
43451
|
state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
|
|
@@ -43506,7 +43506,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
|
|
|
43506
43506
|
components: boolean;
|
|
43507
43507
|
documentationFrames: boolean;
|
|
43508
43508
|
tokens: boolean;
|
|
43509
|
-
|
|
43509
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43510
43510
|
themePersistentId?: string | undefined;
|
|
43511
43511
|
};
|
|
43512
43512
|
fileId: string;
|
|
@@ -43536,7 +43536,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
|
|
|
43536
43536
|
components: boolean;
|
|
43537
43537
|
documentationFrames: boolean;
|
|
43538
43538
|
tokens: boolean;
|
|
43539
|
-
|
|
43539
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43540
43540
|
themePersistentId?: string | undefined;
|
|
43541
43541
|
};
|
|
43542
43542
|
fileId: string;
|
|
@@ -43615,7 +43615,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
|
|
|
43615
43615
|
components: boolean;
|
|
43616
43616
|
documentationFrames: boolean;
|
|
43617
43617
|
tokens: boolean;
|
|
43618
|
-
|
|
43618
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43619
43619
|
themePersistentId?: string | undefined;
|
|
43620
43620
|
};
|
|
43621
43621
|
fileId: string;
|
|
@@ -43659,7 +43659,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<z.objectUtil.extendSha
|
|
|
43659
43659
|
components: boolean;
|
|
43660
43660
|
documentationFrames: boolean;
|
|
43661
43661
|
tokens: boolean;
|
|
43662
|
-
|
|
43662
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43663
43663
|
themePersistentId?: string | undefined;
|
|
43664
43664
|
};
|
|
43665
43665
|
fileId: string;
|
|
@@ -43729,20 +43729,20 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
43729
43729
|
documentationFrames: z.ZodBoolean;
|
|
43730
43730
|
tokens: z.ZodBoolean;
|
|
43731
43731
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
43732
|
-
|
|
43732
|
+
isUnpublishedContentFallbackEnabled: z.ZodBoolean;
|
|
43733
43733
|
}, "strip", z.ZodTypeAny, {
|
|
43734
43734
|
assets: boolean;
|
|
43735
43735
|
components: boolean;
|
|
43736
43736
|
documentationFrames: boolean;
|
|
43737
43737
|
tokens: boolean;
|
|
43738
|
-
|
|
43738
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43739
43739
|
themePersistentId?: string | undefined;
|
|
43740
43740
|
}, {
|
|
43741
43741
|
assets: boolean;
|
|
43742
43742
|
components: boolean;
|
|
43743
43743
|
documentationFrames: boolean;
|
|
43744
43744
|
tokens: boolean;
|
|
43745
|
-
|
|
43745
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43746
43746
|
themePersistentId?: string | undefined;
|
|
43747
43747
|
}>;
|
|
43748
43748
|
state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
|
|
@@ -43803,7 +43803,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
43803
43803
|
components: boolean;
|
|
43804
43804
|
documentationFrames: boolean;
|
|
43805
43805
|
tokens: boolean;
|
|
43806
|
-
|
|
43806
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43807
43807
|
themePersistentId?: string | undefined;
|
|
43808
43808
|
};
|
|
43809
43809
|
fileId: string;
|
|
@@ -43833,7 +43833,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
43833
43833
|
components: boolean;
|
|
43834
43834
|
documentationFrames: boolean;
|
|
43835
43835
|
tokens: boolean;
|
|
43836
|
-
|
|
43836
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43837
43837
|
themePersistentId?: string | undefined;
|
|
43838
43838
|
};
|
|
43839
43839
|
fileId: string;
|
|
@@ -43866,7 +43866,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
43866
43866
|
components: boolean;
|
|
43867
43867
|
documentationFrames: boolean;
|
|
43868
43868
|
tokens: boolean;
|
|
43869
|
-
|
|
43869
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43870
43870
|
themePersistentId?: string | undefined;
|
|
43871
43871
|
};
|
|
43872
43872
|
fileId: string;
|
|
@@ -43899,7 +43899,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
43899
43899
|
components: boolean;
|
|
43900
43900
|
documentationFrames: boolean;
|
|
43901
43901
|
tokens: boolean;
|
|
43902
|
-
|
|
43902
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
43903
43903
|
themePersistentId?: string | undefined;
|
|
43904
43904
|
};
|
|
43905
43905
|
fileId: string;
|
|
@@ -44001,20 +44001,20 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
44001
44001
|
documentationFrames: z.ZodBoolean;
|
|
44002
44002
|
tokens: z.ZodBoolean;
|
|
44003
44003
|
themePersistentId: z.ZodOptional<z.ZodString>;
|
|
44004
|
-
|
|
44004
|
+
isUnpublishedContentFallbackEnabled: z.ZodBoolean;
|
|
44005
44005
|
}, "strip", z.ZodTypeAny, {
|
|
44006
44006
|
assets: boolean;
|
|
44007
44007
|
components: boolean;
|
|
44008
44008
|
documentationFrames: boolean;
|
|
44009
44009
|
tokens: boolean;
|
|
44010
|
-
|
|
44010
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
44011
44011
|
themePersistentId?: string | undefined;
|
|
44012
44012
|
}, {
|
|
44013
44013
|
assets: boolean;
|
|
44014
44014
|
components: boolean;
|
|
44015
44015
|
documentationFrames: boolean;
|
|
44016
44016
|
tokens: boolean;
|
|
44017
|
-
|
|
44017
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
44018
44018
|
themePersistentId?: string | undefined;
|
|
44019
44019
|
}>;
|
|
44020
44020
|
state: z.ZodEnum<["Active", "MissingIntegration", "MissingFileAccess", "MissingFileOwner"]>;
|
|
@@ -44075,7 +44075,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
44075
44075
|
components: boolean;
|
|
44076
44076
|
documentationFrames: boolean;
|
|
44077
44077
|
tokens: boolean;
|
|
44078
|
-
|
|
44078
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
44079
44079
|
themePersistentId?: string | undefined;
|
|
44080
44080
|
};
|
|
44081
44081
|
fileId: string;
|
|
@@ -44105,7 +44105,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
44105
44105
|
components: boolean;
|
|
44106
44106
|
documentationFrames: boolean;
|
|
44107
44107
|
tokens: boolean;
|
|
44108
|
-
|
|
44108
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
44109
44109
|
themePersistentId?: string | undefined;
|
|
44110
44110
|
};
|
|
44111
44111
|
fileId: string;
|
|
@@ -44184,7 +44184,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
44184
44184
|
components: boolean;
|
|
44185
44185
|
documentationFrames: boolean;
|
|
44186
44186
|
tokens: boolean;
|
|
44187
|
-
|
|
44187
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
44188
44188
|
themePersistentId?: string | undefined;
|
|
44189
44189
|
};
|
|
44190
44190
|
fileId: string;
|
|
@@ -44228,7 +44228,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
44228
44228
|
components: boolean;
|
|
44229
44229
|
documentationFrames: boolean;
|
|
44230
44230
|
tokens: boolean;
|
|
44231
|
-
|
|
44231
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
44232
44232
|
themePersistentId?: string | undefined;
|
|
44233
44233
|
};
|
|
44234
44234
|
fileId: string;
|
|
@@ -44278,7 +44278,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
44278
44278
|
components: boolean;
|
|
44279
44279
|
documentationFrames: boolean;
|
|
44280
44280
|
tokens: boolean;
|
|
44281
|
-
|
|
44281
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
44282
44282
|
themePersistentId?: string | undefined;
|
|
44283
44283
|
};
|
|
44284
44284
|
fileId: string;
|
|
@@ -44330,7 +44330,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
44330
44330
|
components: boolean;
|
|
44331
44331
|
documentationFrames: boolean;
|
|
44332
44332
|
tokens: boolean;
|
|
44333
|
-
|
|
44333
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
44334
44334
|
themePersistentId?: string | undefined;
|
|
44335
44335
|
};
|
|
44336
44336
|
fileId: string;
|
|
@@ -44380,7 +44380,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
44380
44380
|
components: boolean;
|
|
44381
44381
|
documentationFrames: boolean;
|
|
44382
44382
|
tokens: boolean;
|
|
44383
|
-
|
|
44383
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
44384
44384
|
themePersistentId?: string | undefined;
|
|
44385
44385
|
};
|
|
44386
44386
|
fileId: string;
|
|
@@ -44422,7 +44422,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<z.objectUtil.ext
|
|
|
44422
44422
|
components: boolean;
|
|
44423
44423
|
documentationFrames: boolean;
|
|
44424
44424
|
tokens: boolean;
|
|
44425
|
-
|
|
44425
|
+
isUnpublishedContentFallbackEnabled: boolean;
|
|
44426
44426
|
themePersistentId?: string | undefined;
|
|
44427
44427
|
};
|
|
44428
44428
|
fileId: string;
|
|
@@ -100208,7 +100208,6 @@ declare const IntegrationCredentialsProfile: z.ZodObject<{
|
|
|
100208
100208
|
type: z.ZodOptional<z.ZodString>;
|
|
100209
100209
|
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
100210
100210
|
organization: z.ZodOptional<z.ZodString>;
|
|
100211
|
-
installation: z.ZodOptional<z.ZodString>;
|
|
100212
100211
|
}, "strip", z.ZodTypeAny, {
|
|
100213
100212
|
id: string;
|
|
100214
100213
|
type?: string | undefined;
|
|
@@ -100216,7 +100215,6 @@ declare const IntegrationCredentialsProfile: z.ZodObject<{
|
|
|
100216
100215
|
handle?: string | undefined;
|
|
100217
100216
|
avatarUrl?: string | undefined;
|
|
100218
100217
|
organization?: string | undefined;
|
|
100219
|
-
installation?: string | undefined;
|
|
100220
100218
|
}, {
|
|
100221
100219
|
id: string;
|
|
100222
100220
|
type?: string | undefined;
|
|
@@ -100224,7 +100222,6 @@ declare const IntegrationCredentialsProfile: z.ZodObject<{
|
|
|
100224
100222
|
handle?: string | undefined;
|
|
100225
100223
|
avatarUrl?: string | undefined;
|
|
100226
100224
|
organization?: string | undefined;
|
|
100227
|
-
installation?: string | undefined;
|
|
100228
100225
|
}>;
|
|
100229
100226
|
type IntegrationCredentialsProfile = z.infer<typeof IntegrationCredentialsProfile>;
|
|
100230
100227
|
declare const IntegrationCredentials: z.ZodObject<{
|
|
@@ -100237,6 +100234,8 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
100237
100234
|
refreshToken: z.ZodOptional<z.ZodString>;
|
|
100238
100235
|
tokenName: z.ZodOptional<z.ZodString>;
|
|
100239
100236
|
expiresAt: z.ZodOptional<z.ZodDate>;
|
|
100237
|
+
refreshedAt: z.ZodOptional<z.ZodDate>;
|
|
100238
|
+
username: z.ZodOptional<z.ZodString>;
|
|
100240
100239
|
profile: z.ZodOptional<z.ZodObject<{
|
|
100241
100240
|
id: z.ZodString;
|
|
100242
100241
|
email: z.ZodOptional<z.ZodString>;
|
|
@@ -100244,7 +100243,6 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
100244
100243
|
type: z.ZodOptional<z.ZodString>;
|
|
100245
100244
|
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
100246
100245
|
organization: z.ZodOptional<z.ZodString>;
|
|
100247
|
-
installation: z.ZodOptional<z.ZodString>;
|
|
100248
100246
|
}, "strip", z.ZodTypeAny, {
|
|
100249
100247
|
id: string;
|
|
100250
100248
|
type?: string | undefined;
|
|
@@ -100252,7 +100250,6 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
100252
100250
|
handle?: string | undefined;
|
|
100253
100251
|
avatarUrl?: string | undefined;
|
|
100254
100252
|
organization?: string | undefined;
|
|
100255
|
-
installation?: string | undefined;
|
|
100256
100253
|
}, {
|
|
100257
100254
|
id: string;
|
|
100258
100255
|
type?: string | undefined;
|
|
@@ -100260,7 +100257,6 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
100260
100257
|
handle?: string | undefined;
|
|
100261
100258
|
avatarUrl?: string | undefined;
|
|
100262
100259
|
organization?: string | undefined;
|
|
100263
|
-
installation?: string | undefined;
|
|
100264
100260
|
}>>;
|
|
100265
100261
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
100266
100262
|
user: z.ZodOptional<z.ZodObject<{
|
|
@@ -100287,6 +100283,7 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
100287
100283
|
accessToken: string;
|
|
100288
100284
|
integrationId: string;
|
|
100289
100285
|
customUrl?: string | undefined;
|
|
100286
|
+
username?: string | undefined;
|
|
100290
100287
|
profile?: {
|
|
100291
100288
|
id: string;
|
|
100292
100289
|
type?: string | undefined;
|
|
@@ -100294,7 +100291,6 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
100294
100291
|
handle?: string | undefined;
|
|
100295
100292
|
avatarUrl?: string | undefined;
|
|
100296
100293
|
organization?: string | undefined;
|
|
100297
|
-
installation?: string | undefined;
|
|
100298
100294
|
} | undefined;
|
|
100299
100295
|
user?: {
|
|
100300
100296
|
id: string;
|
|
@@ -100305,6 +100301,7 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
100305
100301
|
expiresAt?: Date | undefined;
|
|
100306
100302
|
refreshToken?: string | undefined;
|
|
100307
100303
|
tokenName?: string | undefined;
|
|
100304
|
+
refreshedAt?: Date | undefined;
|
|
100308
100305
|
}, {
|
|
100309
100306
|
id: string;
|
|
100310
100307
|
createdAt: Date;
|
|
@@ -100313,6 +100310,7 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
100313
100310
|
accessToken: string;
|
|
100314
100311
|
integrationId: string;
|
|
100315
100312
|
customUrl?: string | undefined;
|
|
100313
|
+
username?: string | undefined;
|
|
100316
100314
|
profile?: {
|
|
100317
100315
|
id: string;
|
|
100318
100316
|
type?: string | undefined;
|
|
@@ -100320,7 +100318,6 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
100320
100318
|
handle?: string | undefined;
|
|
100321
100319
|
avatarUrl?: string | undefined;
|
|
100322
100320
|
organization?: string | undefined;
|
|
100323
|
-
installation?: string | undefined;
|
|
100324
100321
|
} | undefined;
|
|
100325
100322
|
user?: {
|
|
100326
100323
|
id: string;
|
|
@@ -100331,6 +100328,7 @@ declare const IntegrationCredentials: z.ZodObject<{
|
|
|
100331
100328
|
expiresAt?: Date | undefined;
|
|
100332
100329
|
refreshToken?: string | undefined;
|
|
100333
100330
|
tokenName?: string | undefined;
|
|
100331
|
+
refreshedAt?: Date | undefined;
|
|
100334
100332
|
}>;
|
|
100335
100333
|
type IntegrationCredentials = z.infer<typeof IntegrationCredentials>;
|
|
100336
100334
|
declare const ExtendedIntegrationType: z.ZodEnum<["Figma", "Github", "Gitlab", "Bitbucket", "Azure", "TokenStudio", "FigmaVariablesPlugin"]>;
|
|
@@ -100352,6 +100350,8 @@ declare const Integration: z.ZodObject<{
|
|
|
100352
100350
|
refreshToken: z.ZodOptional<z.ZodString>;
|
|
100353
100351
|
tokenName: z.ZodOptional<z.ZodString>;
|
|
100354
100352
|
expiresAt: z.ZodOptional<z.ZodDate>;
|
|
100353
|
+
refreshedAt: z.ZodOptional<z.ZodDate>;
|
|
100354
|
+
username: z.ZodOptional<z.ZodString>;
|
|
100355
100355
|
profile: z.ZodOptional<z.ZodObject<{
|
|
100356
100356
|
id: z.ZodString;
|
|
100357
100357
|
email: z.ZodOptional<z.ZodString>;
|
|
@@ -100359,7 +100359,6 @@ declare const Integration: z.ZodObject<{
|
|
|
100359
100359
|
type: z.ZodOptional<z.ZodString>;
|
|
100360
100360
|
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
100361
100361
|
organization: z.ZodOptional<z.ZodString>;
|
|
100362
|
-
installation: z.ZodOptional<z.ZodString>;
|
|
100363
100362
|
}, "strip", z.ZodTypeAny, {
|
|
100364
100363
|
id: string;
|
|
100365
100364
|
type?: string | undefined;
|
|
@@ -100367,7 +100366,6 @@ declare const Integration: z.ZodObject<{
|
|
|
100367
100366
|
handle?: string | undefined;
|
|
100368
100367
|
avatarUrl?: string | undefined;
|
|
100369
100368
|
organization?: string | undefined;
|
|
100370
|
-
installation?: string | undefined;
|
|
100371
100369
|
}, {
|
|
100372
100370
|
id: string;
|
|
100373
100371
|
type?: string | undefined;
|
|
@@ -100375,7 +100373,6 @@ declare const Integration: z.ZodObject<{
|
|
|
100375
100373
|
handle?: string | undefined;
|
|
100376
100374
|
avatarUrl?: string | undefined;
|
|
100377
100375
|
organization?: string | undefined;
|
|
100378
|
-
installation?: string | undefined;
|
|
100379
100376
|
}>>;
|
|
100380
100377
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
100381
100378
|
user: z.ZodOptional<z.ZodObject<{
|
|
@@ -100402,6 +100399,7 @@ declare const Integration: z.ZodObject<{
|
|
|
100402
100399
|
accessToken: string;
|
|
100403
100400
|
integrationId: string;
|
|
100404
100401
|
customUrl?: string | undefined;
|
|
100402
|
+
username?: string | undefined;
|
|
100405
100403
|
profile?: {
|
|
100406
100404
|
id: string;
|
|
100407
100405
|
type?: string | undefined;
|
|
@@ -100409,7 +100407,6 @@ declare const Integration: z.ZodObject<{
|
|
|
100409
100407
|
handle?: string | undefined;
|
|
100410
100408
|
avatarUrl?: string | undefined;
|
|
100411
100409
|
organization?: string | undefined;
|
|
100412
|
-
installation?: string | undefined;
|
|
100413
100410
|
} | undefined;
|
|
100414
100411
|
user?: {
|
|
100415
100412
|
id: string;
|
|
@@ -100420,6 +100417,7 @@ declare const Integration: z.ZodObject<{
|
|
|
100420
100417
|
expiresAt?: Date | undefined;
|
|
100421
100418
|
refreshToken?: string | undefined;
|
|
100422
100419
|
tokenName?: string | undefined;
|
|
100420
|
+
refreshedAt?: Date | undefined;
|
|
100423
100421
|
}, {
|
|
100424
100422
|
id: string;
|
|
100425
100423
|
createdAt: Date;
|
|
@@ -100428,6 +100426,7 @@ declare const Integration: z.ZodObject<{
|
|
|
100428
100426
|
accessToken: string;
|
|
100429
100427
|
integrationId: string;
|
|
100430
100428
|
customUrl?: string | undefined;
|
|
100429
|
+
username?: string | undefined;
|
|
100431
100430
|
profile?: {
|
|
100432
100431
|
id: string;
|
|
100433
100432
|
type?: string | undefined;
|
|
@@ -100435,7 +100434,6 @@ declare const Integration: z.ZodObject<{
|
|
|
100435
100434
|
handle?: string | undefined;
|
|
100436
100435
|
avatarUrl?: string | undefined;
|
|
100437
100436
|
organization?: string | undefined;
|
|
100438
|
-
installation?: string | undefined;
|
|
100439
100437
|
} | undefined;
|
|
100440
100438
|
user?: {
|
|
100441
100439
|
id: string;
|
|
@@ -100446,6 +100444,7 @@ declare const Integration: z.ZodObject<{
|
|
|
100446
100444
|
expiresAt?: Date | undefined;
|
|
100447
100445
|
refreshToken?: string | undefined;
|
|
100448
100446
|
tokenName?: string | undefined;
|
|
100447
|
+
refreshedAt?: Date | undefined;
|
|
100449
100448
|
}>, "many">>;
|
|
100450
100449
|
}, "strip", z.ZodTypeAny, {
|
|
100451
100450
|
id: string;
|
|
@@ -100460,6 +100459,7 @@ declare const Integration: z.ZodObject<{
|
|
|
100460
100459
|
accessToken: string;
|
|
100461
100460
|
integrationId: string;
|
|
100462
100461
|
customUrl?: string | undefined;
|
|
100462
|
+
username?: string | undefined;
|
|
100463
100463
|
profile?: {
|
|
100464
100464
|
id: string;
|
|
100465
100465
|
type?: string | undefined;
|
|
@@ -100467,7 +100467,6 @@ declare const Integration: z.ZodObject<{
|
|
|
100467
100467
|
handle?: string | undefined;
|
|
100468
100468
|
avatarUrl?: string | undefined;
|
|
100469
100469
|
organization?: string | undefined;
|
|
100470
|
-
installation?: string | undefined;
|
|
100471
100470
|
} | undefined;
|
|
100472
100471
|
user?: {
|
|
100473
100472
|
id: string;
|
|
@@ -100478,6 +100477,7 @@ declare const Integration: z.ZodObject<{
|
|
|
100478
100477
|
expiresAt?: Date | undefined;
|
|
100479
100478
|
refreshToken?: string | undefined;
|
|
100480
100479
|
tokenName?: string | undefined;
|
|
100480
|
+
refreshedAt?: Date | undefined;
|
|
100481
100481
|
}[] | undefined;
|
|
100482
100482
|
}, {
|
|
100483
100483
|
id: string;
|
|
@@ -100492,6 +100492,7 @@ declare const Integration: z.ZodObject<{
|
|
|
100492
100492
|
accessToken: string;
|
|
100493
100493
|
integrationId: string;
|
|
100494
100494
|
customUrl?: string | undefined;
|
|
100495
|
+
username?: string | undefined;
|
|
100495
100496
|
profile?: {
|
|
100496
100497
|
id: string;
|
|
100497
100498
|
type?: string | undefined;
|
|
@@ -100499,7 +100500,6 @@ declare const Integration: z.ZodObject<{
|
|
|
100499
100500
|
handle?: string | undefined;
|
|
100500
100501
|
avatarUrl?: string | undefined;
|
|
100501
100502
|
organization?: string | undefined;
|
|
100502
|
-
installation?: string | undefined;
|
|
100503
100503
|
} | undefined;
|
|
100504
100504
|
user?: {
|
|
100505
100505
|
id: string;
|
|
@@ -100510,6 +100510,7 @@ declare const Integration: z.ZodObject<{
|
|
|
100510
100510
|
expiresAt?: Date | undefined;
|
|
100511
100511
|
refreshToken?: string | undefined;
|
|
100512
100512
|
tokenName?: string | undefined;
|
|
100513
|
+
refreshedAt?: Date | undefined;
|
|
100513
100514
|
}[] | undefined;
|
|
100514
100515
|
}>;
|
|
100515
100516
|
type Integration = z.infer<typeof Integration>;
|