@supernova-studio/client 0.47.12 → 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 +38 -25
- package/dist/index.d.ts +38 -25
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -20867,6 +20867,8 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
20867
20867
|
refreshToken: z.ZodOptional<z.ZodString>;
|
|
20868
20868
|
tokenName: z.ZodOptional<z.ZodString>;
|
|
20869
20869
|
expiresAt: z.ZodOptional<z.ZodDate>;
|
|
20870
|
+
refreshedAt: z.ZodOptional<z.ZodDate>;
|
|
20871
|
+
username: z.ZodOptional<z.ZodString>;
|
|
20870
20872
|
profile: z.ZodOptional<z.ZodObject<{
|
|
20871
20873
|
id: z.ZodString;
|
|
20872
20874
|
email: z.ZodOptional<z.ZodString>;
|
|
@@ -20874,7 +20876,6 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
20874
20876
|
type: z.ZodOptional<z.ZodString>;
|
|
20875
20877
|
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
20876
20878
|
organization: z.ZodOptional<z.ZodString>;
|
|
20877
|
-
installation: z.ZodOptional<z.ZodString>;
|
|
20878
20879
|
}, "strip", z.ZodTypeAny, {
|
|
20879
20880
|
id: string;
|
|
20880
20881
|
type?: string | undefined;
|
|
@@ -20882,7 +20883,6 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
20882
20883
|
handle?: string | undefined;
|
|
20883
20884
|
avatarUrl?: string | undefined;
|
|
20884
20885
|
organization?: string | undefined;
|
|
20885
|
-
installation?: string | undefined;
|
|
20886
20886
|
}, {
|
|
20887
20887
|
id: string;
|
|
20888
20888
|
type?: string | undefined;
|
|
@@ -20890,7 +20890,6 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
20890
20890
|
handle?: string | undefined;
|
|
20891
20891
|
avatarUrl?: string | undefined;
|
|
20892
20892
|
organization?: string | undefined;
|
|
20893
|
-
installation?: string | undefined;
|
|
20894
20893
|
}>>;
|
|
20895
20894
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
20896
20895
|
user: z.ZodOptional<z.ZodObject<{
|
|
@@ -20917,6 +20916,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
20917
20916
|
accessToken: string;
|
|
20918
20917
|
integrationId: string;
|
|
20919
20918
|
customUrl?: string | undefined;
|
|
20919
|
+
username?: string | undefined;
|
|
20920
20920
|
profile?: {
|
|
20921
20921
|
id: string;
|
|
20922
20922
|
type?: string | undefined;
|
|
@@ -20924,7 +20924,6 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
20924
20924
|
handle?: string | undefined;
|
|
20925
20925
|
avatarUrl?: string | undefined;
|
|
20926
20926
|
organization?: string | undefined;
|
|
20927
|
-
installation?: string | undefined;
|
|
20928
20927
|
} | undefined;
|
|
20929
20928
|
user?: {
|
|
20930
20929
|
id: string;
|
|
@@ -20935,6 +20934,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
20935
20934
|
expiresAt?: Date | undefined;
|
|
20936
20935
|
refreshToken?: string | undefined;
|
|
20937
20936
|
tokenName?: string | undefined;
|
|
20937
|
+
refreshedAt?: Date | undefined;
|
|
20938
20938
|
}, {
|
|
20939
20939
|
id: string;
|
|
20940
20940
|
createdAt: Date;
|
|
@@ -20943,6 +20943,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
20943
20943
|
accessToken: string;
|
|
20944
20944
|
integrationId: string;
|
|
20945
20945
|
customUrl?: string | undefined;
|
|
20946
|
+
username?: string | undefined;
|
|
20946
20947
|
profile?: {
|
|
20947
20948
|
id: string;
|
|
20948
20949
|
type?: string | undefined;
|
|
@@ -20950,7 +20951,6 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
20950
20951
|
handle?: string | undefined;
|
|
20951
20952
|
avatarUrl?: string | undefined;
|
|
20952
20953
|
organization?: string | undefined;
|
|
20953
|
-
installation?: string | undefined;
|
|
20954
20954
|
} | undefined;
|
|
20955
20955
|
user?: {
|
|
20956
20956
|
id: string;
|
|
@@ -20961,6 +20961,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
20961
20961
|
expiresAt?: Date | undefined;
|
|
20962
20962
|
refreshToken?: string | undefined;
|
|
20963
20963
|
tokenName?: string | undefined;
|
|
20964
|
+
refreshedAt?: Date | undefined;
|
|
20964
20965
|
}>, "many">>;
|
|
20965
20966
|
integrationDesignSystems: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
20966
20967
|
designSystemId: z.ZodString;
|
|
@@ -20994,6 +20995,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
20994
20995
|
accessToken: string;
|
|
20995
20996
|
integrationId: string;
|
|
20996
20997
|
customUrl?: string | undefined;
|
|
20998
|
+
username?: string | undefined;
|
|
20997
20999
|
profile?: {
|
|
20998
21000
|
id: string;
|
|
20999
21001
|
type?: string | undefined;
|
|
@@ -21001,7 +21003,6 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
21001
21003
|
handle?: string | undefined;
|
|
21002
21004
|
avatarUrl?: string | undefined;
|
|
21003
21005
|
organization?: string | undefined;
|
|
21004
|
-
installation?: string | undefined;
|
|
21005
21006
|
} | undefined;
|
|
21006
21007
|
user?: {
|
|
21007
21008
|
id: string;
|
|
@@ -21012,6 +21013,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
21012
21013
|
expiresAt?: Date | undefined;
|
|
21013
21014
|
refreshToken?: string | undefined;
|
|
21014
21015
|
tokenName?: string | undefined;
|
|
21016
|
+
refreshedAt?: Date | undefined;
|
|
21015
21017
|
}[] | undefined;
|
|
21016
21018
|
integrationDesignSystems?: {
|
|
21017
21019
|
designSystemId: string;
|
|
@@ -21033,6 +21035,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
21033
21035
|
accessToken: string;
|
|
21034
21036
|
integrationId: string;
|
|
21035
21037
|
customUrl?: string | undefined;
|
|
21038
|
+
username?: string | undefined;
|
|
21036
21039
|
profile?: {
|
|
21037
21040
|
id: string;
|
|
21038
21041
|
type?: string | undefined;
|
|
@@ -21040,7 +21043,6 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
21040
21043
|
handle?: string | undefined;
|
|
21041
21044
|
avatarUrl?: string | undefined;
|
|
21042
21045
|
organization?: string | undefined;
|
|
21043
|
-
installation?: string | undefined;
|
|
21044
21046
|
} | undefined;
|
|
21045
21047
|
user?: {
|
|
21046
21048
|
id: string;
|
|
@@ -21051,6 +21053,7 @@ declare const DTOIntegration: z.ZodObject<{
|
|
|
21051
21053
|
expiresAt?: Date | undefined;
|
|
21052
21054
|
refreshToken?: string | undefined;
|
|
21053
21055
|
tokenName?: string | undefined;
|
|
21056
|
+
refreshedAt?: Date | undefined;
|
|
21054
21057
|
}[] | undefined;
|
|
21055
21058
|
integrationDesignSystems?: {
|
|
21056
21059
|
designSystemId: string;
|
|
@@ -21085,6 +21088,8 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21085
21088
|
refreshToken: z.ZodOptional<z.ZodString>;
|
|
21086
21089
|
tokenName: z.ZodOptional<z.ZodString>;
|
|
21087
21090
|
expiresAt: z.ZodOptional<z.ZodDate>;
|
|
21091
|
+
refreshedAt: z.ZodOptional<z.ZodDate>;
|
|
21092
|
+
username: z.ZodOptional<z.ZodString>;
|
|
21088
21093
|
profile: z.ZodOptional<z.ZodObject<{
|
|
21089
21094
|
id: z.ZodString;
|
|
21090
21095
|
email: z.ZodOptional<z.ZodString>;
|
|
@@ -21092,7 +21097,6 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21092
21097
|
type: z.ZodOptional<z.ZodString>;
|
|
21093
21098
|
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
21094
21099
|
organization: z.ZodOptional<z.ZodString>;
|
|
21095
|
-
installation: z.ZodOptional<z.ZodString>;
|
|
21096
21100
|
}, "strip", z.ZodTypeAny, {
|
|
21097
21101
|
id: string;
|
|
21098
21102
|
type?: string | undefined;
|
|
@@ -21100,7 +21104,6 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21100
21104
|
handle?: string | undefined;
|
|
21101
21105
|
avatarUrl?: string | undefined;
|
|
21102
21106
|
organization?: string | undefined;
|
|
21103
|
-
installation?: string | undefined;
|
|
21104
21107
|
}, {
|
|
21105
21108
|
id: string;
|
|
21106
21109
|
type?: string | undefined;
|
|
@@ -21108,7 +21111,6 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21108
21111
|
handle?: string | undefined;
|
|
21109
21112
|
avatarUrl?: string | undefined;
|
|
21110
21113
|
organization?: string | undefined;
|
|
21111
|
-
installation?: string | undefined;
|
|
21112
21114
|
}>>;
|
|
21113
21115
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
21114
21116
|
user: z.ZodOptional<z.ZodObject<{
|
|
@@ -21135,6 +21137,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21135
21137
|
accessToken: string;
|
|
21136
21138
|
integrationId: string;
|
|
21137
21139
|
customUrl?: string | undefined;
|
|
21140
|
+
username?: string | undefined;
|
|
21138
21141
|
profile?: {
|
|
21139
21142
|
id: string;
|
|
21140
21143
|
type?: string | undefined;
|
|
@@ -21142,7 +21145,6 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21142
21145
|
handle?: string | undefined;
|
|
21143
21146
|
avatarUrl?: string | undefined;
|
|
21144
21147
|
organization?: string | undefined;
|
|
21145
|
-
installation?: string | undefined;
|
|
21146
21148
|
} | undefined;
|
|
21147
21149
|
user?: {
|
|
21148
21150
|
id: string;
|
|
@@ -21153,6 +21155,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21153
21155
|
expiresAt?: Date | undefined;
|
|
21154
21156
|
refreshToken?: string | undefined;
|
|
21155
21157
|
tokenName?: string | undefined;
|
|
21158
|
+
refreshedAt?: Date | undefined;
|
|
21156
21159
|
}, {
|
|
21157
21160
|
id: string;
|
|
21158
21161
|
createdAt: Date;
|
|
@@ -21161,6 +21164,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21161
21164
|
accessToken: string;
|
|
21162
21165
|
integrationId: string;
|
|
21163
21166
|
customUrl?: string | undefined;
|
|
21167
|
+
username?: string | undefined;
|
|
21164
21168
|
profile?: {
|
|
21165
21169
|
id: string;
|
|
21166
21170
|
type?: string | undefined;
|
|
@@ -21168,7 +21172,6 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21168
21172
|
handle?: string | undefined;
|
|
21169
21173
|
avatarUrl?: string | undefined;
|
|
21170
21174
|
organization?: string | undefined;
|
|
21171
|
-
installation?: string | undefined;
|
|
21172
21175
|
} | undefined;
|
|
21173
21176
|
user?: {
|
|
21174
21177
|
id: string;
|
|
@@ -21179,6 +21182,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21179
21182
|
expiresAt?: Date | undefined;
|
|
21180
21183
|
refreshToken?: string | undefined;
|
|
21181
21184
|
tokenName?: string | undefined;
|
|
21185
|
+
refreshedAt?: Date | undefined;
|
|
21182
21186
|
}>, "many">>;
|
|
21183
21187
|
integrationDesignSystems: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21184
21188
|
designSystemId: z.ZodString;
|
|
@@ -21212,6 +21216,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21212
21216
|
accessToken: string;
|
|
21213
21217
|
integrationId: string;
|
|
21214
21218
|
customUrl?: string | undefined;
|
|
21219
|
+
username?: string | undefined;
|
|
21215
21220
|
profile?: {
|
|
21216
21221
|
id: string;
|
|
21217
21222
|
type?: string | undefined;
|
|
@@ -21219,7 +21224,6 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21219
21224
|
handle?: string | undefined;
|
|
21220
21225
|
avatarUrl?: string | undefined;
|
|
21221
21226
|
organization?: string | undefined;
|
|
21222
|
-
installation?: string | undefined;
|
|
21223
21227
|
} | undefined;
|
|
21224
21228
|
user?: {
|
|
21225
21229
|
id: string;
|
|
@@ -21230,6 +21234,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21230
21234
|
expiresAt?: Date | undefined;
|
|
21231
21235
|
refreshToken?: string | undefined;
|
|
21232
21236
|
tokenName?: string | undefined;
|
|
21237
|
+
refreshedAt?: Date | undefined;
|
|
21233
21238
|
}[] | undefined;
|
|
21234
21239
|
integrationDesignSystems?: {
|
|
21235
21240
|
designSystemId: string;
|
|
@@ -21251,6 +21256,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21251
21256
|
accessToken: string;
|
|
21252
21257
|
integrationId: string;
|
|
21253
21258
|
customUrl?: string | undefined;
|
|
21259
|
+
username?: string | undefined;
|
|
21254
21260
|
profile?: {
|
|
21255
21261
|
id: string;
|
|
21256
21262
|
type?: string | undefined;
|
|
@@ -21258,7 +21264,6 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21258
21264
|
handle?: string | undefined;
|
|
21259
21265
|
avatarUrl?: string | undefined;
|
|
21260
21266
|
organization?: string | undefined;
|
|
21261
|
-
installation?: string | undefined;
|
|
21262
21267
|
} | undefined;
|
|
21263
21268
|
user?: {
|
|
21264
21269
|
id: string;
|
|
@@ -21269,6 +21274,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21269
21274
|
expiresAt?: Date | undefined;
|
|
21270
21275
|
refreshToken?: string | undefined;
|
|
21271
21276
|
tokenName?: string | undefined;
|
|
21277
|
+
refreshedAt?: Date | undefined;
|
|
21272
21278
|
}[] | undefined;
|
|
21273
21279
|
integrationDesignSystems?: {
|
|
21274
21280
|
designSystemId: string;
|
|
@@ -21292,6 +21298,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21292
21298
|
accessToken: string;
|
|
21293
21299
|
integrationId: string;
|
|
21294
21300
|
customUrl?: string | undefined;
|
|
21301
|
+
username?: string | undefined;
|
|
21295
21302
|
profile?: {
|
|
21296
21303
|
id: string;
|
|
21297
21304
|
type?: string | undefined;
|
|
@@ -21299,7 +21306,6 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21299
21306
|
handle?: string | undefined;
|
|
21300
21307
|
avatarUrl?: string | undefined;
|
|
21301
21308
|
organization?: string | undefined;
|
|
21302
|
-
installation?: string | undefined;
|
|
21303
21309
|
} | undefined;
|
|
21304
21310
|
user?: {
|
|
21305
21311
|
id: string;
|
|
@@ -21310,6 +21316,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21310
21316
|
expiresAt?: Date | undefined;
|
|
21311
21317
|
refreshToken?: string | undefined;
|
|
21312
21318
|
tokenName?: string | undefined;
|
|
21319
|
+
refreshedAt?: Date | undefined;
|
|
21313
21320
|
}[] | undefined;
|
|
21314
21321
|
integrationDesignSystems?: {
|
|
21315
21322
|
designSystemId: string;
|
|
@@ -21333,6 +21340,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21333
21340
|
accessToken: string;
|
|
21334
21341
|
integrationId: string;
|
|
21335
21342
|
customUrl?: string | undefined;
|
|
21343
|
+
username?: string | undefined;
|
|
21336
21344
|
profile?: {
|
|
21337
21345
|
id: string;
|
|
21338
21346
|
type?: string | undefined;
|
|
@@ -21340,7 +21348,6 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21340
21348
|
handle?: string | undefined;
|
|
21341
21349
|
avatarUrl?: string | undefined;
|
|
21342
21350
|
organization?: string | undefined;
|
|
21343
|
-
installation?: string | undefined;
|
|
21344
21351
|
} | undefined;
|
|
21345
21352
|
user?: {
|
|
21346
21353
|
id: string;
|
|
@@ -21351,6 +21358,7 @@ declare const DTOIntegrationPostResponse: z.ZodObject<{
|
|
|
21351
21358
|
expiresAt?: Date | undefined;
|
|
21352
21359
|
refreshToken?: string | undefined;
|
|
21353
21360
|
tokenName?: string | undefined;
|
|
21361
|
+
refreshedAt?: Date | undefined;
|
|
21354
21362
|
}[] | undefined;
|
|
21355
21363
|
integrationDesignSystems?: {
|
|
21356
21364
|
designSystemId: string;
|
|
@@ -21378,6 +21386,8 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21378
21386
|
refreshToken: z.ZodOptional<z.ZodString>;
|
|
21379
21387
|
tokenName: z.ZodOptional<z.ZodString>;
|
|
21380
21388
|
expiresAt: z.ZodOptional<z.ZodDate>;
|
|
21389
|
+
refreshedAt: z.ZodOptional<z.ZodDate>;
|
|
21390
|
+
username: z.ZodOptional<z.ZodString>;
|
|
21381
21391
|
profile: z.ZodOptional<z.ZodObject<{
|
|
21382
21392
|
id: z.ZodString;
|
|
21383
21393
|
email: z.ZodOptional<z.ZodString>;
|
|
@@ -21385,7 +21395,6 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21385
21395
|
type: z.ZodOptional<z.ZodString>;
|
|
21386
21396
|
avatarUrl: z.ZodOptional<z.ZodString>;
|
|
21387
21397
|
organization: z.ZodOptional<z.ZodString>;
|
|
21388
|
-
installation: z.ZodOptional<z.ZodString>;
|
|
21389
21398
|
}, "strip", z.ZodTypeAny, {
|
|
21390
21399
|
id: string;
|
|
21391
21400
|
type?: string | undefined;
|
|
@@ -21393,7 +21402,6 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21393
21402
|
handle?: string | undefined;
|
|
21394
21403
|
avatarUrl?: string | undefined;
|
|
21395
21404
|
organization?: string | undefined;
|
|
21396
|
-
installation?: string | undefined;
|
|
21397
21405
|
}, {
|
|
21398
21406
|
id: string;
|
|
21399
21407
|
type?: string | undefined;
|
|
@@ -21401,7 +21409,6 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21401
21409
|
handle?: string | undefined;
|
|
21402
21410
|
avatarUrl?: string | undefined;
|
|
21403
21411
|
organization?: string | undefined;
|
|
21404
|
-
installation?: string | undefined;
|
|
21405
21412
|
}>>;
|
|
21406
21413
|
customUrl: z.ZodOptional<z.ZodString>;
|
|
21407
21414
|
user: z.ZodOptional<z.ZodObject<{
|
|
@@ -21428,6 +21435,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21428
21435
|
accessToken: string;
|
|
21429
21436
|
integrationId: string;
|
|
21430
21437
|
customUrl?: string | undefined;
|
|
21438
|
+
username?: string | undefined;
|
|
21431
21439
|
profile?: {
|
|
21432
21440
|
id: string;
|
|
21433
21441
|
type?: string | undefined;
|
|
@@ -21435,7 +21443,6 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21435
21443
|
handle?: string | undefined;
|
|
21436
21444
|
avatarUrl?: string | undefined;
|
|
21437
21445
|
organization?: string | undefined;
|
|
21438
|
-
installation?: string | undefined;
|
|
21439
21446
|
} | undefined;
|
|
21440
21447
|
user?: {
|
|
21441
21448
|
id: string;
|
|
@@ -21446,6 +21453,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21446
21453
|
expiresAt?: Date | undefined;
|
|
21447
21454
|
refreshToken?: string | undefined;
|
|
21448
21455
|
tokenName?: string | undefined;
|
|
21456
|
+
refreshedAt?: Date | undefined;
|
|
21449
21457
|
}, {
|
|
21450
21458
|
id: string;
|
|
21451
21459
|
createdAt: Date;
|
|
@@ -21454,6 +21462,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21454
21462
|
accessToken: string;
|
|
21455
21463
|
integrationId: string;
|
|
21456
21464
|
customUrl?: string | undefined;
|
|
21465
|
+
username?: string | undefined;
|
|
21457
21466
|
profile?: {
|
|
21458
21467
|
id: string;
|
|
21459
21468
|
type?: string | undefined;
|
|
@@ -21461,7 +21470,6 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21461
21470
|
handle?: string | undefined;
|
|
21462
21471
|
avatarUrl?: string | undefined;
|
|
21463
21472
|
organization?: string | undefined;
|
|
21464
|
-
installation?: string | undefined;
|
|
21465
21473
|
} | undefined;
|
|
21466
21474
|
user?: {
|
|
21467
21475
|
id: string;
|
|
@@ -21472,6 +21480,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21472
21480
|
expiresAt?: Date | undefined;
|
|
21473
21481
|
refreshToken?: string | undefined;
|
|
21474
21482
|
tokenName?: string | undefined;
|
|
21483
|
+
refreshedAt?: Date | undefined;
|
|
21475
21484
|
}>, "many">>;
|
|
21476
21485
|
integrationDesignSystems: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
21477
21486
|
designSystemId: z.ZodString;
|
|
@@ -21505,6 +21514,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21505
21514
|
accessToken: string;
|
|
21506
21515
|
integrationId: string;
|
|
21507
21516
|
customUrl?: string | undefined;
|
|
21517
|
+
username?: string | undefined;
|
|
21508
21518
|
profile?: {
|
|
21509
21519
|
id: string;
|
|
21510
21520
|
type?: string | undefined;
|
|
@@ -21512,7 +21522,6 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21512
21522
|
handle?: string | undefined;
|
|
21513
21523
|
avatarUrl?: string | undefined;
|
|
21514
21524
|
organization?: string | undefined;
|
|
21515
|
-
installation?: string | undefined;
|
|
21516
21525
|
} | undefined;
|
|
21517
21526
|
user?: {
|
|
21518
21527
|
id: string;
|
|
@@ -21523,6 +21532,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21523
21532
|
expiresAt?: Date | undefined;
|
|
21524
21533
|
refreshToken?: string | undefined;
|
|
21525
21534
|
tokenName?: string | undefined;
|
|
21535
|
+
refreshedAt?: Date | undefined;
|
|
21526
21536
|
}[] | undefined;
|
|
21527
21537
|
integrationDesignSystems?: {
|
|
21528
21538
|
designSystemId: string;
|
|
@@ -21544,6 +21554,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21544
21554
|
accessToken: string;
|
|
21545
21555
|
integrationId: string;
|
|
21546
21556
|
customUrl?: string | undefined;
|
|
21557
|
+
username?: string | undefined;
|
|
21547
21558
|
profile?: {
|
|
21548
21559
|
id: string;
|
|
21549
21560
|
type?: string | undefined;
|
|
@@ -21551,7 +21562,6 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21551
21562
|
handle?: string | undefined;
|
|
21552
21563
|
avatarUrl?: string | undefined;
|
|
21553
21564
|
organization?: string | undefined;
|
|
21554
|
-
installation?: string | undefined;
|
|
21555
21565
|
} | undefined;
|
|
21556
21566
|
user?: {
|
|
21557
21567
|
id: string;
|
|
@@ -21562,6 +21572,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21562
21572
|
expiresAt?: Date | undefined;
|
|
21563
21573
|
refreshToken?: string | undefined;
|
|
21564
21574
|
tokenName?: string | undefined;
|
|
21575
|
+
refreshedAt?: Date | undefined;
|
|
21565
21576
|
}[] | undefined;
|
|
21566
21577
|
integrationDesignSystems?: {
|
|
21567
21578
|
designSystemId: string;
|
|
@@ -21585,6 +21596,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21585
21596
|
accessToken: string;
|
|
21586
21597
|
integrationId: string;
|
|
21587
21598
|
customUrl?: string | undefined;
|
|
21599
|
+
username?: string | undefined;
|
|
21588
21600
|
profile?: {
|
|
21589
21601
|
id: string;
|
|
21590
21602
|
type?: string | undefined;
|
|
@@ -21592,7 +21604,6 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21592
21604
|
handle?: string | undefined;
|
|
21593
21605
|
avatarUrl?: string | undefined;
|
|
21594
21606
|
organization?: string | undefined;
|
|
21595
|
-
installation?: string | undefined;
|
|
21596
21607
|
} | undefined;
|
|
21597
21608
|
user?: {
|
|
21598
21609
|
id: string;
|
|
@@ -21603,6 +21614,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21603
21614
|
expiresAt?: Date | undefined;
|
|
21604
21615
|
refreshToken?: string | undefined;
|
|
21605
21616
|
tokenName?: string | undefined;
|
|
21617
|
+
refreshedAt?: Date | undefined;
|
|
21606
21618
|
}[] | undefined;
|
|
21607
21619
|
integrationDesignSystems?: {
|
|
21608
21620
|
designSystemId: string;
|
|
@@ -21626,6 +21638,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21626
21638
|
accessToken: string;
|
|
21627
21639
|
integrationId: string;
|
|
21628
21640
|
customUrl?: string | undefined;
|
|
21641
|
+
username?: string | undefined;
|
|
21629
21642
|
profile?: {
|
|
21630
21643
|
id: string;
|
|
21631
21644
|
type?: string | undefined;
|
|
@@ -21633,7 +21646,6 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21633
21646
|
handle?: string | undefined;
|
|
21634
21647
|
avatarUrl?: string | undefined;
|
|
21635
21648
|
organization?: string | undefined;
|
|
21636
|
-
installation?: string | undefined;
|
|
21637
21649
|
} | undefined;
|
|
21638
21650
|
user?: {
|
|
21639
21651
|
id: string;
|
|
@@ -21644,6 +21656,7 @@ declare const DTOIntegrationsGetListResponse: z.ZodObject<{
|
|
|
21644
21656
|
expiresAt?: Date | undefined;
|
|
21645
21657
|
refreshToken?: string | undefined;
|
|
21646
21658
|
tokenName?: string | undefined;
|
|
21659
|
+
refreshedAt?: Date | undefined;
|
|
21647
21660
|
}[] | undefined;
|
|
21648
21661
|
integrationDesignSystems?: {
|
|
21649
21662
|
designSystemId: string;
|