@supernova-studio/model 0.55.10 → 0.55.11
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 +1927 -4
- package/dist/index.d.ts +1927 -4
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/emails/design-system-invite.ts +2 -0
package/dist/index.d.mts
CHANGED
|
@@ -131804,6 +131804,1513 @@ type DesignSystemInviteEmailRecipient = z.infer<typeof DesignSystemInviteEmailRe
|
|
|
131804
131804
|
* they've been added to a design system.
|
|
131805
131805
|
*/
|
|
131806
131806
|
declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
131807
|
+
workspace: z.ZodObject<{
|
|
131808
|
+
id: z.ZodString;
|
|
131809
|
+
profile: z.ZodObject<{
|
|
131810
|
+
name: z.ZodString;
|
|
131811
|
+
handle: z.ZodString;
|
|
131812
|
+
color: z.ZodString;
|
|
131813
|
+
avatar: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
131814
|
+
billingDetails: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
131815
|
+
address?: {
|
|
131816
|
+
street1?: string | undefined;
|
|
131817
|
+
street2?: string | undefined;
|
|
131818
|
+
city?: string | undefined;
|
|
131819
|
+
postal?: string | undefined;
|
|
131820
|
+
country?: string | undefined;
|
|
131821
|
+
state?: string | undefined;
|
|
131822
|
+
} | undefined;
|
|
131823
|
+
email?: string | undefined;
|
|
131824
|
+
companyName?: string | undefined;
|
|
131825
|
+
companyId?: string | undefined;
|
|
131826
|
+
notes?: string | undefined;
|
|
131827
|
+
vat?: string | undefined;
|
|
131828
|
+
poNumber?: string | undefined;
|
|
131829
|
+
}, z.ZodTypeDef, {
|
|
131830
|
+
address?: {
|
|
131831
|
+
street1?: string | null | undefined;
|
|
131832
|
+
street2?: string | null | undefined;
|
|
131833
|
+
city?: string | null | undefined;
|
|
131834
|
+
postal?: string | null | undefined;
|
|
131835
|
+
country?: string | null | undefined;
|
|
131836
|
+
state?: string | null | undefined;
|
|
131837
|
+
} | null | undefined;
|
|
131838
|
+
email?: string | null | undefined;
|
|
131839
|
+
companyName?: string | null | undefined;
|
|
131840
|
+
companyId?: string | null | undefined;
|
|
131841
|
+
notes?: string | null | undefined;
|
|
131842
|
+
vat?: string | null | undefined;
|
|
131843
|
+
poNumber?: string | null | undefined;
|
|
131844
|
+
}>>>, {
|
|
131845
|
+
address?: {
|
|
131846
|
+
street1?: string | undefined;
|
|
131847
|
+
street2?: string | undefined;
|
|
131848
|
+
city?: string | undefined;
|
|
131849
|
+
postal?: string | undefined;
|
|
131850
|
+
country?: string | undefined;
|
|
131851
|
+
state?: string | undefined;
|
|
131852
|
+
} | undefined;
|
|
131853
|
+
email?: string | undefined;
|
|
131854
|
+
companyName?: string | undefined;
|
|
131855
|
+
companyId?: string | undefined;
|
|
131856
|
+
notes?: string | undefined;
|
|
131857
|
+
vat?: string | undefined;
|
|
131858
|
+
poNumber?: string | undefined;
|
|
131859
|
+
} | undefined, {
|
|
131860
|
+
address?: {
|
|
131861
|
+
street1?: string | null | undefined;
|
|
131862
|
+
street2?: string | null | undefined;
|
|
131863
|
+
city?: string | null | undefined;
|
|
131864
|
+
postal?: string | null | undefined;
|
|
131865
|
+
country?: string | null | undefined;
|
|
131866
|
+
state?: string | null | undefined;
|
|
131867
|
+
} | null | undefined;
|
|
131868
|
+
email?: string | null | undefined;
|
|
131869
|
+
companyName?: string | null | undefined;
|
|
131870
|
+
companyId?: string | null | undefined;
|
|
131871
|
+
notes?: string | null | undefined;
|
|
131872
|
+
vat?: string | null | undefined;
|
|
131873
|
+
poNumber?: string | null | undefined;
|
|
131874
|
+
} | null | undefined>;
|
|
131875
|
+
}, "strip", z.ZodTypeAny, {
|
|
131876
|
+
name: string;
|
|
131877
|
+
color: string;
|
|
131878
|
+
handle: string;
|
|
131879
|
+
avatar?: string | undefined;
|
|
131880
|
+
billingDetails?: {
|
|
131881
|
+
address?: {
|
|
131882
|
+
street1?: string | undefined;
|
|
131883
|
+
street2?: string | undefined;
|
|
131884
|
+
city?: string | undefined;
|
|
131885
|
+
postal?: string | undefined;
|
|
131886
|
+
country?: string | undefined;
|
|
131887
|
+
state?: string | undefined;
|
|
131888
|
+
} | undefined;
|
|
131889
|
+
email?: string | undefined;
|
|
131890
|
+
companyName?: string | undefined;
|
|
131891
|
+
companyId?: string | undefined;
|
|
131892
|
+
notes?: string | undefined;
|
|
131893
|
+
vat?: string | undefined;
|
|
131894
|
+
poNumber?: string | undefined;
|
|
131895
|
+
} | undefined;
|
|
131896
|
+
}, {
|
|
131897
|
+
name: string;
|
|
131898
|
+
color: string;
|
|
131899
|
+
handle: string;
|
|
131900
|
+
avatar?: string | null | undefined;
|
|
131901
|
+
billingDetails?: {
|
|
131902
|
+
address?: {
|
|
131903
|
+
street1?: string | null | undefined;
|
|
131904
|
+
street2?: string | null | undefined;
|
|
131905
|
+
city?: string | null | undefined;
|
|
131906
|
+
postal?: string | null | undefined;
|
|
131907
|
+
country?: string | null | undefined;
|
|
131908
|
+
state?: string | null | undefined;
|
|
131909
|
+
} | null | undefined;
|
|
131910
|
+
email?: string | null | undefined;
|
|
131911
|
+
companyName?: string | null | undefined;
|
|
131912
|
+
companyId?: string | null | undefined;
|
|
131913
|
+
notes?: string | null | undefined;
|
|
131914
|
+
vat?: string | null | undefined;
|
|
131915
|
+
poNumber?: string | null | undefined;
|
|
131916
|
+
} | null | undefined;
|
|
131917
|
+
}>;
|
|
131918
|
+
subscription: z.ZodObject<{
|
|
131919
|
+
stripeSubscriptionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
131920
|
+
stripeCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
131921
|
+
status: z.ZodOptional<z.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
131922
|
+
subscriptionStatus: z.ZodOptional<z.ZodEnum<["trialing", "active", "past_due", "canceled", "unpaid", "incomplete_expired", "incomplete", "unknown"]>>;
|
|
131923
|
+
internalStatus: z.ZodOptional<z.ZodEnum<["active", "suspended", "gracePeriod", "cancelled", "downgraded_to_free"]>>;
|
|
131924
|
+
product: z.ZodEnum<["free", "team", "company", "enterprise"]>;
|
|
131925
|
+
featuresSummary: z.ZodOptional<z.ZodObject<{
|
|
131926
|
+
designSystems: z.ZodObject<{
|
|
131927
|
+
max: z.ZodNumber;
|
|
131928
|
+
errorMessage: z.ZodString;
|
|
131929
|
+
errorReason: z.ZodString;
|
|
131930
|
+
}, "strip", z.ZodTypeAny, {
|
|
131931
|
+
max: number;
|
|
131932
|
+
errorMessage: string;
|
|
131933
|
+
errorReason: string;
|
|
131934
|
+
}, {
|
|
131935
|
+
max: number;
|
|
131936
|
+
errorMessage: string;
|
|
131937
|
+
errorReason: string;
|
|
131938
|
+
}>;
|
|
131939
|
+
designSystemSources: z.ZodObject<z.objectUtil.extendShape<{
|
|
131940
|
+
max: z.ZodNumber;
|
|
131941
|
+
errorMessage: z.ZodString;
|
|
131942
|
+
errorReason: z.ZodString;
|
|
131943
|
+
}, {
|
|
131944
|
+
noImportJobsErrorMessage: z.ZodString;
|
|
131945
|
+
noImportJobsErrorReason: z.ZodString;
|
|
131946
|
+
}>, "strip", z.ZodTypeAny, {
|
|
131947
|
+
max: number;
|
|
131948
|
+
errorMessage: string;
|
|
131949
|
+
errorReason: string;
|
|
131950
|
+
noImportJobsErrorMessage: string;
|
|
131951
|
+
noImportJobsErrorReason: string;
|
|
131952
|
+
}, {
|
|
131953
|
+
max: number;
|
|
131954
|
+
errorMessage: string;
|
|
131955
|
+
errorReason: string;
|
|
131956
|
+
noImportJobsErrorMessage: string;
|
|
131957
|
+
noImportJobsErrorReason: string;
|
|
131958
|
+
}>;
|
|
131959
|
+
designSystemVersions: z.ZodObject<{
|
|
131960
|
+
max: z.ZodNumber;
|
|
131961
|
+
errorMessage: z.ZodString;
|
|
131962
|
+
errorReason: z.ZodString;
|
|
131963
|
+
}, "strip", z.ZodTypeAny, {
|
|
131964
|
+
max: number;
|
|
131965
|
+
errorMessage: string;
|
|
131966
|
+
errorReason: string;
|
|
131967
|
+
}, {
|
|
131968
|
+
max: number;
|
|
131969
|
+
errorMessage: string;
|
|
131970
|
+
errorReason: string;
|
|
131971
|
+
}>;
|
|
131972
|
+
themes: z.ZodObject<{
|
|
131973
|
+
max: z.ZodNumber;
|
|
131974
|
+
errorMessage: z.ZodString;
|
|
131975
|
+
errorReason: z.ZodString;
|
|
131976
|
+
}, "strip", z.ZodTypeAny, {
|
|
131977
|
+
max: number;
|
|
131978
|
+
errorMessage: string;
|
|
131979
|
+
errorReason: string;
|
|
131980
|
+
}, {
|
|
131981
|
+
max: number;
|
|
131982
|
+
errorMessage: string;
|
|
131983
|
+
errorReason: string;
|
|
131984
|
+
}>;
|
|
131985
|
+
brands: z.ZodObject<{
|
|
131986
|
+
max: z.ZodNumber;
|
|
131987
|
+
errorMessage: z.ZodString;
|
|
131988
|
+
errorReason: z.ZodString;
|
|
131989
|
+
}, "strip", z.ZodTypeAny, {
|
|
131990
|
+
max: number;
|
|
131991
|
+
errorMessage: string;
|
|
131992
|
+
errorReason: string;
|
|
131993
|
+
}, {
|
|
131994
|
+
max: number;
|
|
131995
|
+
errorMessage: string;
|
|
131996
|
+
errorReason: string;
|
|
131997
|
+
}>;
|
|
131998
|
+
codegenSchedules: z.ZodObject<{
|
|
131999
|
+
max: z.ZodNumber;
|
|
132000
|
+
errorMessage: z.ZodString;
|
|
132001
|
+
errorReason: z.ZodString;
|
|
132002
|
+
}, "strip", z.ZodTypeAny, {
|
|
132003
|
+
max: number;
|
|
132004
|
+
errorMessage: string;
|
|
132005
|
+
errorReason: string;
|
|
132006
|
+
}, {
|
|
132007
|
+
max: number;
|
|
132008
|
+
errorMessage: string;
|
|
132009
|
+
errorReason: string;
|
|
132010
|
+
}>;
|
|
132011
|
+
publicDocumentation: z.ZodObject<{
|
|
132012
|
+
enabled: z.ZodBoolean;
|
|
132013
|
+
errorMessage: z.ZodString;
|
|
132014
|
+
errorReason: z.ZodString;
|
|
132015
|
+
}, "strip", z.ZodTypeAny, {
|
|
132016
|
+
errorMessage: string;
|
|
132017
|
+
errorReason: string;
|
|
132018
|
+
enabled: boolean;
|
|
132019
|
+
}, {
|
|
132020
|
+
errorMessage: string;
|
|
132021
|
+
errorReason: string;
|
|
132022
|
+
enabled: boolean;
|
|
132023
|
+
}>;
|
|
132024
|
+
customDocumentationUrl: z.ZodObject<{
|
|
132025
|
+
enabled: z.ZodBoolean;
|
|
132026
|
+
errorMessage: z.ZodString;
|
|
132027
|
+
errorReason: z.ZodString;
|
|
132028
|
+
}, "strip", z.ZodTypeAny, {
|
|
132029
|
+
errorMessage: string;
|
|
132030
|
+
errorReason: string;
|
|
132031
|
+
enabled: boolean;
|
|
132032
|
+
}, {
|
|
132033
|
+
errorMessage: string;
|
|
132034
|
+
errorReason: string;
|
|
132035
|
+
enabled: boolean;
|
|
132036
|
+
}>;
|
|
132037
|
+
customDocumentationViewButton: z.ZodObject<{
|
|
132038
|
+
enabled: z.ZodBoolean;
|
|
132039
|
+
errorMessage: z.ZodString;
|
|
132040
|
+
errorReason: z.ZodString;
|
|
132041
|
+
}, "strip", z.ZodTypeAny, {
|
|
132042
|
+
errorMessage: string;
|
|
132043
|
+
errorReason: string;
|
|
132044
|
+
enabled: boolean;
|
|
132045
|
+
}, {
|
|
132046
|
+
errorMessage: string;
|
|
132047
|
+
errorReason: string;
|
|
132048
|
+
enabled: boolean;
|
|
132049
|
+
}>;
|
|
132050
|
+
designSystemSourceAutoImport: z.ZodObject<{
|
|
132051
|
+
enabled: z.ZodBoolean;
|
|
132052
|
+
errorMessage: z.ZodString;
|
|
132053
|
+
errorReason: z.ZodString;
|
|
132054
|
+
}, "strip", z.ZodTypeAny, {
|
|
132055
|
+
errorMessage: string;
|
|
132056
|
+
errorReason: string;
|
|
132057
|
+
enabled: boolean;
|
|
132058
|
+
}, {
|
|
132059
|
+
errorMessage: string;
|
|
132060
|
+
errorReason: string;
|
|
132061
|
+
enabled: boolean;
|
|
132062
|
+
}>;
|
|
132063
|
+
designSystemSlug: z.ZodObject<{
|
|
132064
|
+
enabled: z.ZodBoolean;
|
|
132065
|
+
errorMessage: z.ZodString;
|
|
132066
|
+
errorReason: z.ZodString;
|
|
132067
|
+
}, "strip", z.ZodTypeAny, {
|
|
132068
|
+
errorMessage: string;
|
|
132069
|
+
errorReason: string;
|
|
132070
|
+
enabled: boolean;
|
|
132071
|
+
}, {
|
|
132072
|
+
errorMessage: string;
|
|
132073
|
+
errorReason: string;
|
|
132074
|
+
enabled: boolean;
|
|
132075
|
+
}>;
|
|
132076
|
+
ipWhitelisting: z.ZodObject<{
|
|
132077
|
+
enabled: z.ZodBoolean;
|
|
132078
|
+
errorMessage: z.ZodString;
|
|
132079
|
+
errorReason: z.ZodString;
|
|
132080
|
+
}, "strip", z.ZodTypeAny, {
|
|
132081
|
+
errorMessage: string;
|
|
132082
|
+
errorReason: string;
|
|
132083
|
+
enabled: boolean;
|
|
132084
|
+
}, {
|
|
132085
|
+
errorMessage: string;
|
|
132086
|
+
errorReason: string;
|
|
132087
|
+
enabled: boolean;
|
|
132088
|
+
}>;
|
|
132089
|
+
npmRegistry: z.ZodObject<{
|
|
132090
|
+
enabled: z.ZodBoolean;
|
|
132091
|
+
errorMessage: z.ZodString;
|
|
132092
|
+
errorReason: z.ZodString;
|
|
132093
|
+
}, "strip", z.ZodTypeAny, {
|
|
132094
|
+
errorMessage: string;
|
|
132095
|
+
errorReason: string;
|
|
132096
|
+
enabled: boolean;
|
|
132097
|
+
}, {
|
|
132098
|
+
errorMessage: string;
|
|
132099
|
+
errorReason: string;
|
|
132100
|
+
enabled: boolean;
|
|
132101
|
+
}>;
|
|
132102
|
+
sso: z.ZodObject<{
|
|
132103
|
+
enabled: z.ZodBoolean;
|
|
132104
|
+
errorMessage: z.ZodString;
|
|
132105
|
+
errorReason: z.ZodString;
|
|
132106
|
+
}, "strip", z.ZodTypeAny, {
|
|
132107
|
+
errorMessage: string;
|
|
132108
|
+
errorReason: string;
|
|
132109
|
+
enabled: boolean;
|
|
132110
|
+
}, {
|
|
132111
|
+
errorMessage: string;
|
|
132112
|
+
errorReason: string;
|
|
132113
|
+
enabled: boolean;
|
|
132114
|
+
}>;
|
|
132115
|
+
workspacePaidSeats: z.ZodObject<{
|
|
132116
|
+
max: z.ZodNumber;
|
|
132117
|
+
errorMessage: z.ZodString;
|
|
132118
|
+
errorReason: z.ZodString;
|
|
132119
|
+
}, "strip", z.ZodTypeAny, {
|
|
132120
|
+
max: number;
|
|
132121
|
+
errorMessage: string;
|
|
132122
|
+
errorReason: string;
|
|
132123
|
+
}, {
|
|
132124
|
+
max: number;
|
|
132125
|
+
errorMessage: string;
|
|
132126
|
+
errorReason: string;
|
|
132127
|
+
}>;
|
|
132128
|
+
workspaceViewers: z.ZodObject<{
|
|
132129
|
+
max: z.ZodNumber;
|
|
132130
|
+
errorMessage: z.ZodString;
|
|
132131
|
+
errorReason: z.ZodString;
|
|
132132
|
+
}, "strip", z.ZodTypeAny, {
|
|
132133
|
+
max: number;
|
|
132134
|
+
errorMessage: string;
|
|
132135
|
+
errorReason: string;
|
|
132136
|
+
}, {
|
|
132137
|
+
max: number;
|
|
132138
|
+
errorMessage: string;
|
|
132139
|
+
errorReason: string;
|
|
132140
|
+
}>;
|
|
132141
|
+
customDocumentationExporter: z.ZodObject<{
|
|
132142
|
+
enabled: z.ZodBoolean;
|
|
132143
|
+
errorMessage: z.ZodString;
|
|
132144
|
+
errorReason: z.ZodString;
|
|
132145
|
+
}, "strip", z.ZodTypeAny, {
|
|
132146
|
+
errorMessage: string;
|
|
132147
|
+
errorReason: string;
|
|
132148
|
+
enabled: boolean;
|
|
132149
|
+
}, {
|
|
132150
|
+
errorMessage: string;
|
|
132151
|
+
errorReason: string;
|
|
132152
|
+
enabled: boolean;
|
|
132153
|
+
}>;
|
|
132154
|
+
protectedPages: z.ZodObject<{
|
|
132155
|
+
enabled: z.ZodBoolean;
|
|
132156
|
+
errorMessage: z.ZodString;
|
|
132157
|
+
errorReason: z.ZodString;
|
|
132158
|
+
}, "strip", z.ZodTypeAny, {
|
|
132159
|
+
errorMessage: string;
|
|
132160
|
+
errorReason: string;
|
|
132161
|
+
enabled: boolean;
|
|
132162
|
+
}, {
|
|
132163
|
+
errorMessage: string;
|
|
132164
|
+
errorReason: string;
|
|
132165
|
+
enabled: boolean;
|
|
132166
|
+
}>;
|
|
132167
|
+
approvals: z.ZodObject<{
|
|
132168
|
+
enabled: z.ZodBoolean;
|
|
132169
|
+
errorMessage: z.ZodString;
|
|
132170
|
+
errorReason: z.ZodString;
|
|
132171
|
+
}, "strip", z.ZodTypeAny, {
|
|
132172
|
+
errorMessage: string;
|
|
132173
|
+
errorReason: string;
|
|
132174
|
+
enabled: boolean;
|
|
132175
|
+
}, {
|
|
132176
|
+
errorMessage: string;
|
|
132177
|
+
errorReason: string;
|
|
132178
|
+
enabled: boolean;
|
|
132179
|
+
}>;
|
|
132180
|
+
selectivePublishing: z.ZodObject<{
|
|
132181
|
+
enabled: z.ZodBoolean;
|
|
132182
|
+
errorMessage: z.ZodString;
|
|
132183
|
+
errorReason: z.ZodString;
|
|
132184
|
+
}, "strip", z.ZodTypeAny, {
|
|
132185
|
+
errorMessage: string;
|
|
132186
|
+
errorReason: string;
|
|
132187
|
+
enabled: boolean;
|
|
132188
|
+
}, {
|
|
132189
|
+
errorMessage: string;
|
|
132190
|
+
errorReason: string;
|
|
132191
|
+
enabled: boolean;
|
|
132192
|
+
}>;
|
|
132193
|
+
designSystemAccessModes: z.ZodObject<{
|
|
132194
|
+
enabled: z.ZodBoolean;
|
|
132195
|
+
errorMessage: z.ZodString;
|
|
132196
|
+
errorReason: z.ZodString;
|
|
132197
|
+
}, "strip", z.ZodTypeAny, {
|
|
132198
|
+
errorMessage: string;
|
|
132199
|
+
errorReason: string;
|
|
132200
|
+
enabled: boolean;
|
|
132201
|
+
}, {
|
|
132202
|
+
errorMessage: string;
|
|
132203
|
+
errorReason: string;
|
|
132204
|
+
enabled: boolean;
|
|
132205
|
+
}>;
|
|
132206
|
+
}, "strip", z.ZodTypeAny, {
|
|
132207
|
+
designSystems: {
|
|
132208
|
+
max: number;
|
|
132209
|
+
errorMessage: string;
|
|
132210
|
+
errorReason: string;
|
|
132211
|
+
};
|
|
132212
|
+
designSystemSources: {
|
|
132213
|
+
max: number;
|
|
132214
|
+
errorMessage: string;
|
|
132215
|
+
errorReason: string;
|
|
132216
|
+
noImportJobsErrorMessage: string;
|
|
132217
|
+
noImportJobsErrorReason: string;
|
|
132218
|
+
};
|
|
132219
|
+
designSystemVersions: {
|
|
132220
|
+
max: number;
|
|
132221
|
+
errorMessage: string;
|
|
132222
|
+
errorReason: string;
|
|
132223
|
+
};
|
|
132224
|
+
themes: {
|
|
132225
|
+
max: number;
|
|
132226
|
+
errorMessage: string;
|
|
132227
|
+
errorReason: string;
|
|
132228
|
+
};
|
|
132229
|
+
brands: {
|
|
132230
|
+
max: number;
|
|
132231
|
+
errorMessage: string;
|
|
132232
|
+
errorReason: string;
|
|
132233
|
+
};
|
|
132234
|
+
codegenSchedules: {
|
|
132235
|
+
max: number;
|
|
132236
|
+
errorMessage: string;
|
|
132237
|
+
errorReason: string;
|
|
132238
|
+
};
|
|
132239
|
+
publicDocumentation: {
|
|
132240
|
+
errorMessage: string;
|
|
132241
|
+
errorReason: string;
|
|
132242
|
+
enabled: boolean;
|
|
132243
|
+
};
|
|
132244
|
+
customDocumentationUrl: {
|
|
132245
|
+
errorMessage: string;
|
|
132246
|
+
errorReason: string;
|
|
132247
|
+
enabled: boolean;
|
|
132248
|
+
};
|
|
132249
|
+
customDocumentationViewButton: {
|
|
132250
|
+
errorMessage: string;
|
|
132251
|
+
errorReason: string;
|
|
132252
|
+
enabled: boolean;
|
|
132253
|
+
};
|
|
132254
|
+
designSystemSourceAutoImport: {
|
|
132255
|
+
errorMessage: string;
|
|
132256
|
+
errorReason: string;
|
|
132257
|
+
enabled: boolean;
|
|
132258
|
+
};
|
|
132259
|
+
designSystemSlug: {
|
|
132260
|
+
errorMessage: string;
|
|
132261
|
+
errorReason: string;
|
|
132262
|
+
enabled: boolean;
|
|
132263
|
+
};
|
|
132264
|
+
ipWhitelisting: {
|
|
132265
|
+
errorMessage: string;
|
|
132266
|
+
errorReason: string;
|
|
132267
|
+
enabled: boolean;
|
|
132268
|
+
};
|
|
132269
|
+
npmRegistry: {
|
|
132270
|
+
errorMessage: string;
|
|
132271
|
+
errorReason: string;
|
|
132272
|
+
enabled: boolean;
|
|
132273
|
+
};
|
|
132274
|
+
sso: {
|
|
132275
|
+
errorMessage: string;
|
|
132276
|
+
errorReason: string;
|
|
132277
|
+
enabled: boolean;
|
|
132278
|
+
};
|
|
132279
|
+
workspacePaidSeats: {
|
|
132280
|
+
max: number;
|
|
132281
|
+
errorMessage: string;
|
|
132282
|
+
errorReason: string;
|
|
132283
|
+
};
|
|
132284
|
+
workspaceViewers: {
|
|
132285
|
+
max: number;
|
|
132286
|
+
errorMessage: string;
|
|
132287
|
+
errorReason: string;
|
|
132288
|
+
};
|
|
132289
|
+
customDocumentationExporter: {
|
|
132290
|
+
errorMessage: string;
|
|
132291
|
+
errorReason: string;
|
|
132292
|
+
enabled: boolean;
|
|
132293
|
+
};
|
|
132294
|
+
protectedPages: {
|
|
132295
|
+
errorMessage: string;
|
|
132296
|
+
errorReason: string;
|
|
132297
|
+
enabled: boolean;
|
|
132298
|
+
};
|
|
132299
|
+
approvals: {
|
|
132300
|
+
errorMessage: string;
|
|
132301
|
+
errorReason: string;
|
|
132302
|
+
enabled: boolean;
|
|
132303
|
+
};
|
|
132304
|
+
selectivePublishing: {
|
|
132305
|
+
errorMessage: string;
|
|
132306
|
+
errorReason: string;
|
|
132307
|
+
enabled: boolean;
|
|
132308
|
+
};
|
|
132309
|
+
designSystemAccessModes: {
|
|
132310
|
+
errorMessage: string;
|
|
132311
|
+
errorReason: string;
|
|
132312
|
+
enabled: boolean;
|
|
132313
|
+
};
|
|
132314
|
+
}, {
|
|
132315
|
+
designSystems: {
|
|
132316
|
+
max: number;
|
|
132317
|
+
errorMessage: string;
|
|
132318
|
+
errorReason: string;
|
|
132319
|
+
};
|
|
132320
|
+
designSystemSources: {
|
|
132321
|
+
max: number;
|
|
132322
|
+
errorMessage: string;
|
|
132323
|
+
errorReason: string;
|
|
132324
|
+
noImportJobsErrorMessage: string;
|
|
132325
|
+
noImportJobsErrorReason: string;
|
|
132326
|
+
};
|
|
132327
|
+
designSystemVersions: {
|
|
132328
|
+
max: number;
|
|
132329
|
+
errorMessage: string;
|
|
132330
|
+
errorReason: string;
|
|
132331
|
+
};
|
|
132332
|
+
themes: {
|
|
132333
|
+
max: number;
|
|
132334
|
+
errorMessage: string;
|
|
132335
|
+
errorReason: string;
|
|
132336
|
+
};
|
|
132337
|
+
brands: {
|
|
132338
|
+
max: number;
|
|
132339
|
+
errorMessage: string;
|
|
132340
|
+
errorReason: string;
|
|
132341
|
+
};
|
|
132342
|
+
codegenSchedules: {
|
|
132343
|
+
max: number;
|
|
132344
|
+
errorMessage: string;
|
|
132345
|
+
errorReason: string;
|
|
132346
|
+
};
|
|
132347
|
+
publicDocumentation: {
|
|
132348
|
+
errorMessage: string;
|
|
132349
|
+
errorReason: string;
|
|
132350
|
+
enabled: boolean;
|
|
132351
|
+
};
|
|
132352
|
+
customDocumentationUrl: {
|
|
132353
|
+
errorMessage: string;
|
|
132354
|
+
errorReason: string;
|
|
132355
|
+
enabled: boolean;
|
|
132356
|
+
};
|
|
132357
|
+
customDocumentationViewButton: {
|
|
132358
|
+
errorMessage: string;
|
|
132359
|
+
errorReason: string;
|
|
132360
|
+
enabled: boolean;
|
|
132361
|
+
};
|
|
132362
|
+
designSystemSourceAutoImport: {
|
|
132363
|
+
errorMessage: string;
|
|
132364
|
+
errorReason: string;
|
|
132365
|
+
enabled: boolean;
|
|
132366
|
+
};
|
|
132367
|
+
designSystemSlug: {
|
|
132368
|
+
errorMessage: string;
|
|
132369
|
+
errorReason: string;
|
|
132370
|
+
enabled: boolean;
|
|
132371
|
+
};
|
|
132372
|
+
ipWhitelisting: {
|
|
132373
|
+
errorMessage: string;
|
|
132374
|
+
errorReason: string;
|
|
132375
|
+
enabled: boolean;
|
|
132376
|
+
};
|
|
132377
|
+
npmRegistry: {
|
|
132378
|
+
errorMessage: string;
|
|
132379
|
+
errorReason: string;
|
|
132380
|
+
enabled: boolean;
|
|
132381
|
+
};
|
|
132382
|
+
sso: {
|
|
132383
|
+
errorMessage: string;
|
|
132384
|
+
errorReason: string;
|
|
132385
|
+
enabled: boolean;
|
|
132386
|
+
};
|
|
132387
|
+
workspacePaidSeats: {
|
|
132388
|
+
max: number;
|
|
132389
|
+
errorMessage: string;
|
|
132390
|
+
errorReason: string;
|
|
132391
|
+
};
|
|
132392
|
+
workspaceViewers: {
|
|
132393
|
+
max: number;
|
|
132394
|
+
errorMessage: string;
|
|
132395
|
+
errorReason: string;
|
|
132396
|
+
};
|
|
132397
|
+
customDocumentationExporter: {
|
|
132398
|
+
errorMessage: string;
|
|
132399
|
+
errorReason: string;
|
|
132400
|
+
enabled: boolean;
|
|
132401
|
+
};
|
|
132402
|
+
protectedPages: {
|
|
132403
|
+
errorMessage: string;
|
|
132404
|
+
errorReason: string;
|
|
132405
|
+
enabled: boolean;
|
|
132406
|
+
};
|
|
132407
|
+
approvals: {
|
|
132408
|
+
errorMessage: string;
|
|
132409
|
+
errorReason: string;
|
|
132410
|
+
enabled: boolean;
|
|
132411
|
+
};
|
|
132412
|
+
selectivePublishing: {
|
|
132413
|
+
errorMessage: string;
|
|
132414
|
+
errorReason: string;
|
|
132415
|
+
enabled: boolean;
|
|
132416
|
+
};
|
|
132417
|
+
designSystemAccessModes: {
|
|
132418
|
+
errorMessage: string;
|
|
132419
|
+
errorReason: string;
|
|
132420
|
+
enabled: boolean;
|
|
132421
|
+
};
|
|
132422
|
+
}>>;
|
|
132423
|
+
stripeProductDescription: z.ZodOptional<z.ZodString>;
|
|
132424
|
+
stripeProductFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
132425
|
+
stripeProductAdditionalFeatures: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
132426
|
+
stripeSubscriptionMainItemId: z.ZodOptional<z.ZodString>;
|
|
132427
|
+
planPriceId: z.ZodString;
|
|
132428
|
+
planInterval: z.ZodEnum<["daily", "monthly", "weekly", "yearly"]>;
|
|
132429
|
+
isPricePerCreator: z.ZodOptional<z.ZodBoolean>;
|
|
132430
|
+
legacyVersion: z.ZodOptional<z.ZodString>;
|
|
132431
|
+
seats: z.ZodNumber;
|
|
132432
|
+
seatLimit: z.ZodNumber;
|
|
132433
|
+
currentPeriodStart: z.ZodOptional<z.ZodString>;
|
|
132434
|
+
currentPeriodEnd: z.ZodOptional<z.ZodString>;
|
|
132435
|
+
subscriptionStatusUpdatedAt: z.ZodOptional<z.ZodString>;
|
|
132436
|
+
cancelAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
132437
|
+
card: z.ZodOptional<z.ZodObject<{
|
|
132438
|
+
cardId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
132439
|
+
last4: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
132440
|
+
expiryMonth: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
132441
|
+
expiryYear: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
132442
|
+
brand: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
132443
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
132444
|
+
}, "strip", z.ZodTypeAny, {
|
|
132445
|
+
cardId?: string | null | undefined;
|
|
132446
|
+
last4?: string | null | undefined;
|
|
132447
|
+
expiryMonth?: string | null | undefined;
|
|
132448
|
+
expiryYear?: string | null | undefined;
|
|
132449
|
+
brand?: string | null | undefined;
|
|
132450
|
+
name?: string | null | undefined;
|
|
132451
|
+
}, {
|
|
132452
|
+
cardId?: string | null | undefined;
|
|
132453
|
+
last4?: string | null | undefined;
|
|
132454
|
+
expiryMonth?: string | null | undefined;
|
|
132455
|
+
expiryYear?: string | null | undefined;
|
|
132456
|
+
brand?: string | null | undefined;
|
|
132457
|
+
name?: string | null | undefined;
|
|
132458
|
+
}>>;
|
|
132459
|
+
amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
132460
|
+
isTrial: z.ZodOptional<z.ZodBoolean>;
|
|
132461
|
+
billingType: z.ZodOptional<z.ZodEnum<["Auto", "Invoice"]>>;
|
|
132462
|
+
daysUntilDue: z.ZodOptional<z.ZodNumber>;
|
|
132463
|
+
}, "strip", z.ZodTypeAny, {
|
|
132464
|
+
product: "free" | "team" | "company" | "enterprise";
|
|
132465
|
+
planPriceId: string;
|
|
132466
|
+
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
132467
|
+
seats: number;
|
|
132468
|
+
seatLimit: number;
|
|
132469
|
+
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
132470
|
+
card?: {
|
|
132471
|
+
cardId?: string | null | undefined;
|
|
132472
|
+
last4?: string | null | undefined;
|
|
132473
|
+
expiryMonth?: string | null | undefined;
|
|
132474
|
+
expiryYear?: string | null | undefined;
|
|
132475
|
+
brand?: string | null | undefined;
|
|
132476
|
+
name?: string | null | undefined;
|
|
132477
|
+
} | undefined;
|
|
132478
|
+
amount?: number | null | undefined;
|
|
132479
|
+
stripeProductDescription?: string | undefined;
|
|
132480
|
+
isPricePerCreator?: boolean | undefined;
|
|
132481
|
+
isTrial?: boolean | undefined;
|
|
132482
|
+
legacyVersion?: string | undefined;
|
|
132483
|
+
stripeProductFeatures?: string[] | undefined;
|
|
132484
|
+
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
132485
|
+
stripeSubscriptionId?: string | null | undefined;
|
|
132486
|
+
stripeCustomerId?: string | null | undefined;
|
|
132487
|
+
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
132488
|
+
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
132489
|
+
featuresSummary?: {
|
|
132490
|
+
designSystems: {
|
|
132491
|
+
max: number;
|
|
132492
|
+
errorMessage: string;
|
|
132493
|
+
errorReason: string;
|
|
132494
|
+
};
|
|
132495
|
+
designSystemSources: {
|
|
132496
|
+
max: number;
|
|
132497
|
+
errorMessage: string;
|
|
132498
|
+
errorReason: string;
|
|
132499
|
+
noImportJobsErrorMessage: string;
|
|
132500
|
+
noImportJobsErrorReason: string;
|
|
132501
|
+
};
|
|
132502
|
+
designSystemVersions: {
|
|
132503
|
+
max: number;
|
|
132504
|
+
errorMessage: string;
|
|
132505
|
+
errorReason: string;
|
|
132506
|
+
};
|
|
132507
|
+
themes: {
|
|
132508
|
+
max: number;
|
|
132509
|
+
errorMessage: string;
|
|
132510
|
+
errorReason: string;
|
|
132511
|
+
};
|
|
132512
|
+
brands: {
|
|
132513
|
+
max: number;
|
|
132514
|
+
errorMessage: string;
|
|
132515
|
+
errorReason: string;
|
|
132516
|
+
};
|
|
132517
|
+
codegenSchedules: {
|
|
132518
|
+
max: number;
|
|
132519
|
+
errorMessage: string;
|
|
132520
|
+
errorReason: string;
|
|
132521
|
+
};
|
|
132522
|
+
publicDocumentation: {
|
|
132523
|
+
errorMessage: string;
|
|
132524
|
+
errorReason: string;
|
|
132525
|
+
enabled: boolean;
|
|
132526
|
+
};
|
|
132527
|
+
customDocumentationUrl: {
|
|
132528
|
+
errorMessage: string;
|
|
132529
|
+
errorReason: string;
|
|
132530
|
+
enabled: boolean;
|
|
132531
|
+
};
|
|
132532
|
+
customDocumentationViewButton: {
|
|
132533
|
+
errorMessage: string;
|
|
132534
|
+
errorReason: string;
|
|
132535
|
+
enabled: boolean;
|
|
132536
|
+
};
|
|
132537
|
+
designSystemSourceAutoImport: {
|
|
132538
|
+
errorMessage: string;
|
|
132539
|
+
errorReason: string;
|
|
132540
|
+
enabled: boolean;
|
|
132541
|
+
};
|
|
132542
|
+
designSystemSlug: {
|
|
132543
|
+
errorMessage: string;
|
|
132544
|
+
errorReason: string;
|
|
132545
|
+
enabled: boolean;
|
|
132546
|
+
};
|
|
132547
|
+
ipWhitelisting: {
|
|
132548
|
+
errorMessage: string;
|
|
132549
|
+
errorReason: string;
|
|
132550
|
+
enabled: boolean;
|
|
132551
|
+
};
|
|
132552
|
+
npmRegistry: {
|
|
132553
|
+
errorMessage: string;
|
|
132554
|
+
errorReason: string;
|
|
132555
|
+
enabled: boolean;
|
|
132556
|
+
};
|
|
132557
|
+
sso: {
|
|
132558
|
+
errorMessage: string;
|
|
132559
|
+
errorReason: string;
|
|
132560
|
+
enabled: boolean;
|
|
132561
|
+
};
|
|
132562
|
+
workspacePaidSeats: {
|
|
132563
|
+
max: number;
|
|
132564
|
+
errorMessage: string;
|
|
132565
|
+
errorReason: string;
|
|
132566
|
+
};
|
|
132567
|
+
workspaceViewers: {
|
|
132568
|
+
max: number;
|
|
132569
|
+
errorMessage: string;
|
|
132570
|
+
errorReason: string;
|
|
132571
|
+
};
|
|
132572
|
+
customDocumentationExporter: {
|
|
132573
|
+
errorMessage: string;
|
|
132574
|
+
errorReason: string;
|
|
132575
|
+
enabled: boolean;
|
|
132576
|
+
};
|
|
132577
|
+
protectedPages: {
|
|
132578
|
+
errorMessage: string;
|
|
132579
|
+
errorReason: string;
|
|
132580
|
+
enabled: boolean;
|
|
132581
|
+
};
|
|
132582
|
+
approvals: {
|
|
132583
|
+
errorMessage: string;
|
|
132584
|
+
errorReason: string;
|
|
132585
|
+
enabled: boolean;
|
|
132586
|
+
};
|
|
132587
|
+
selectivePublishing: {
|
|
132588
|
+
errorMessage: string;
|
|
132589
|
+
errorReason: string;
|
|
132590
|
+
enabled: boolean;
|
|
132591
|
+
};
|
|
132592
|
+
designSystemAccessModes: {
|
|
132593
|
+
errorMessage: string;
|
|
132594
|
+
errorReason: string;
|
|
132595
|
+
enabled: boolean;
|
|
132596
|
+
};
|
|
132597
|
+
} | undefined;
|
|
132598
|
+
stripeSubscriptionMainItemId?: string | undefined;
|
|
132599
|
+
currentPeriodStart?: string | undefined;
|
|
132600
|
+
currentPeriodEnd?: string | undefined;
|
|
132601
|
+
subscriptionStatusUpdatedAt?: string | undefined;
|
|
132602
|
+
cancelAt?: string | null | undefined;
|
|
132603
|
+
billingType?: "Auto" | "Invoice" | undefined;
|
|
132604
|
+
daysUntilDue?: number | undefined;
|
|
132605
|
+
}, {
|
|
132606
|
+
product: "free" | "team" | "company" | "enterprise";
|
|
132607
|
+
planPriceId: string;
|
|
132608
|
+
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
132609
|
+
seats: number;
|
|
132610
|
+
seatLimit: number;
|
|
132611
|
+
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
132612
|
+
card?: {
|
|
132613
|
+
cardId?: string | null | undefined;
|
|
132614
|
+
last4?: string | null | undefined;
|
|
132615
|
+
expiryMonth?: string | null | undefined;
|
|
132616
|
+
expiryYear?: string | null | undefined;
|
|
132617
|
+
brand?: string | null | undefined;
|
|
132618
|
+
name?: string | null | undefined;
|
|
132619
|
+
} | undefined;
|
|
132620
|
+
amount?: number | null | undefined;
|
|
132621
|
+
stripeProductDescription?: string | undefined;
|
|
132622
|
+
isPricePerCreator?: boolean | undefined;
|
|
132623
|
+
isTrial?: boolean | undefined;
|
|
132624
|
+
legacyVersion?: string | undefined;
|
|
132625
|
+
stripeProductFeatures?: string[] | undefined;
|
|
132626
|
+
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
132627
|
+
stripeSubscriptionId?: string | null | undefined;
|
|
132628
|
+
stripeCustomerId?: string | null | undefined;
|
|
132629
|
+
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
132630
|
+
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
132631
|
+
featuresSummary?: {
|
|
132632
|
+
designSystems: {
|
|
132633
|
+
max: number;
|
|
132634
|
+
errorMessage: string;
|
|
132635
|
+
errorReason: string;
|
|
132636
|
+
};
|
|
132637
|
+
designSystemSources: {
|
|
132638
|
+
max: number;
|
|
132639
|
+
errorMessage: string;
|
|
132640
|
+
errorReason: string;
|
|
132641
|
+
noImportJobsErrorMessage: string;
|
|
132642
|
+
noImportJobsErrorReason: string;
|
|
132643
|
+
};
|
|
132644
|
+
designSystemVersions: {
|
|
132645
|
+
max: number;
|
|
132646
|
+
errorMessage: string;
|
|
132647
|
+
errorReason: string;
|
|
132648
|
+
};
|
|
132649
|
+
themes: {
|
|
132650
|
+
max: number;
|
|
132651
|
+
errorMessage: string;
|
|
132652
|
+
errorReason: string;
|
|
132653
|
+
};
|
|
132654
|
+
brands: {
|
|
132655
|
+
max: number;
|
|
132656
|
+
errorMessage: string;
|
|
132657
|
+
errorReason: string;
|
|
132658
|
+
};
|
|
132659
|
+
codegenSchedules: {
|
|
132660
|
+
max: number;
|
|
132661
|
+
errorMessage: string;
|
|
132662
|
+
errorReason: string;
|
|
132663
|
+
};
|
|
132664
|
+
publicDocumentation: {
|
|
132665
|
+
errorMessage: string;
|
|
132666
|
+
errorReason: string;
|
|
132667
|
+
enabled: boolean;
|
|
132668
|
+
};
|
|
132669
|
+
customDocumentationUrl: {
|
|
132670
|
+
errorMessage: string;
|
|
132671
|
+
errorReason: string;
|
|
132672
|
+
enabled: boolean;
|
|
132673
|
+
};
|
|
132674
|
+
customDocumentationViewButton: {
|
|
132675
|
+
errorMessage: string;
|
|
132676
|
+
errorReason: string;
|
|
132677
|
+
enabled: boolean;
|
|
132678
|
+
};
|
|
132679
|
+
designSystemSourceAutoImport: {
|
|
132680
|
+
errorMessage: string;
|
|
132681
|
+
errorReason: string;
|
|
132682
|
+
enabled: boolean;
|
|
132683
|
+
};
|
|
132684
|
+
designSystemSlug: {
|
|
132685
|
+
errorMessage: string;
|
|
132686
|
+
errorReason: string;
|
|
132687
|
+
enabled: boolean;
|
|
132688
|
+
};
|
|
132689
|
+
ipWhitelisting: {
|
|
132690
|
+
errorMessage: string;
|
|
132691
|
+
errorReason: string;
|
|
132692
|
+
enabled: boolean;
|
|
132693
|
+
};
|
|
132694
|
+
npmRegistry: {
|
|
132695
|
+
errorMessage: string;
|
|
132696
|
+
errorReason: string;
|
|
132697
|
+
enabled: boolean;
|
|
132698
|
+
};
|
|
132699
|
+
sso: {
|
|
132700
|
+
errorMessage: string;
|
|
132701
|
+
errorReason: string;
|
|
132702
|
+
enabled: boolean;
|
|
132703
|
+
};
|
|
132704
|
+
workspacePaidSeats: {
|
|
132705
|
+
max: number;
|
|
132706
|
+
errorMessage: string;
|
|
132707
|
+
errorReason: string;
|
|
132708
|
+
};
|
|
132709
|
+
workspaceViewers: {
|
|
132710
|
+
max: number;
|
|
132711
|
+
errorMessage: string;
|
|
132712
|
+
errorReason: string;
|
|
132713
|
+
};
|
|
132714
|
+
customDocumentationExporter: {
|
|
132715
|
+
errorMessage: string;
|
|
132716
|
+
errorReason: string;
|
|
132717
|
+
enabled: boolean;
|
|
132718
|
+
};
|
|
132719
|
+
protectedPages: {
|
|
132720
|
+
errorMessage: string;
|
|
132721
|
+
errorReason: string;
|
|
132722
|
+
enabled: boolean;
|
|
132723
|
+
};
|
|
132724
|
+
approvals: {
|
|
132725
|
+
errorMessage: string;
|
|
132726
|
+
errorReason: string;
|
|
132727
|
+
enabled: boolean;
|
|
132728
|
+
};
|
|
132729
|
+
selectivePublishing: {
|
|
132730
|
+
errorMessage: string;
|
|
132731
|
+
errorReason: string;
|
|
132732
|
+
enabled: boolean;
|
|
132733
|
+
};
|
|
132734
|
+
designSystemAccessModes: {
|
|
132735
|
+
errorMessage: string;
|
|
132736
|
+
errorReason: string;
|
|
132737
|
+
enabled: boolean;
|
|
132738
|
+
};
|
|
132739
|
+
} | undefined;
|
|
132740
|
+
stripeSubscriptionMainItemId?: string | undefined;
|
|
132741
|
+
currentPeriodStart?: string | undefined;
|
|
132742
|
+
currentPeriodEnd?: string | undefined;
|
|
132743
|
+
subscriptionStatusUpdatedAt?: string | undefined;
|
|
132744
|
+
cancelAt?: string | null | undefined;
|
|
132745
|
+
billingType?: "Auto" | "Invoice" | undefined;
|
|
132746
|
+
daysUntilDue?: number | undefined;
|
|
132747
|
+
}>;
|
|
132748
|
+
ipWhitelist: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
132749
|
+
entries: {
|
|
132750
|
+
name: string;
|
|
132751
|
+
isEnabled: boolean;
|
|
132752
|
+
range: string;
|
|
132753
|
+
}[];
|
|
132754
|
+
isEnabledForCloud: boolean;
|
|
132755
|
+
isEnabledForDocs: boolean;
|
|
132756
|
+
}, z.ZodTypeDef, {
|
|
132757
|
+
entries: {
|
|
132758
|
+
name: string;
|
|
132759
|
+
isEnabled: boolean;
|
|
132760
|
+
range: string;
|
|
132761
|
+
}[];
|
|
132762
|
+
isEnabledForCloud: boolean;
|
|
132763
|
+
isEnabledForDocs: boolean;
|
|
132764
|
+
}>>>, {
|
|
132765
|
+
entries: {
|
|
132766
|
+
name: string;
|
|
132767
|
+
isEnabled: boolean;
|
|
132768
|
+
range: string;
|
|
132769
|
+
}[];
|
|
132770
|
+
isEnabledForCloud: boolean;
|
|
132771
|
+
isEnabledForDocs: boolean;
|
|
132772
|
+
} | undefined, {
|
|
132773
|
+
entries: {
|
|
132774
|
+
name: string;
|
|
132775
|
+
isEnabled: boolean;
|
|
132776
|
+
range: string;
|
|
132777
|
+
}[];
|
|
132778
|
+
isEnabledForCloud: boolean;
|
|
132779
|
+
isEnabledForDocs: boolean;
|
|
132780
|
+
} | null | undefined>;
|
|
132781
|
+
sso: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
132782
|
+
providerId: string;
|
|
132783
|
+
defaultAutoInviteValue: boolean;
|
|
132784
|
+
autoInviteDomains: Record<string, boolean>;
|
|
132785
|
+
skipDocsSupernovaLogin: boolean;
|
|
132786
|
+
areInvitesDisabled: boolean;
|
|
132787
|
+
isTestMode: boolean;
|
|
132788
|
+
emailDomains: string[];
|
|
132789
|
+
metadataXml?: string | null | undefined;
|
|
132790
|
+
}, z.ZodTypeDef, {
|
|
132791
|
+
providerId: string;
|
|
132792
|
+
defaultAutoInviteValue: boolean;
|
|
132793
|
+
autoInviteDomains: Record<string, boolean>;
|
|
132794
|
+
skipDocsSupernovaLogin: boolean;
|
|
132795
|
+
areInvitesDisabled: boolean;
|
|
132796
|
+
isTestMode: boolean;
|
|
132797
|
+
emailDomains: string[];
|
|
132798
|
+
metadataXml?: string | null | undefined;
|
|
132799
|
+
}>>>, {
|
|
132800
|
+
providerId: string;
|
|
132801
|
+
defaultAutoInviteValue: boolean;
|
|
132802
|
+
autoInviteDomains: Record<string, boolean>;
|
|
132803
|
+
skipDocsSupernovaLogin: boolean;
|
|
132804
|
+
areInvitesDisabled: boolean;
|
|
132805
|
+
isTestMode: boolean;
|
|
132806
|
+
emailDomains: string[];
|
|
132807
|
+
metadataXml?: string | null | undefined;
|
|
132808
|
+
} | undefined, {
|
|
132809
|
+
providerId: string;
|
|
132810
|
+
defaultAutoInviteValue: boolean;
|
|
132811
|
+
autoInviteDomains: Record<string, boolean>;
|
|
132812
|
+
skipDocsSupernovaLogin: boolean;
|
|
132813
|
+
areInvitesDisabled: boolean;
|
|
132814
|
+
isTestMode: boolean;
|
|
132815
|
+
emailDomains: string[];
|
|
132816
|
+
metadataXml?: string | null | undefined;
|
|
132817
|
+
} | null | undefined>;
|
|
132818
|
+
npmRegistrySettings: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
132819
|
+
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
132820
|
+
enabledScopes: string[];
|
|
132821
|
+
bypassProxy: boolean;
|
|
132822
|
+
customRegistryUrl?: string | undefined;
|
|
132823
|
+
npmProxyRegistryConfigId?: string | undefined;
|
|
132824
|
+
npmProxyVersion?: number | undefined;
|
|
132825
|
+
} & ({
|
|
132826
|
+
password: string;
|
|
132827
|
+
username: string;
|
|
132828
|
+
authType: "Basic";
|
|
132829
|
+
} | {
|
|
132830
|
+
accessToken: string;
|
|
132831
|
+
authType: "Bearer";
|
|
132832
|
+
} | {
|
|
132833
|
+
authType: "None";
|
|
132834
|
+
} | {
|
|
132835
|
+
authType: "Custom";
|
|
132836
|
+
authHeaderName: string;
|
|
132837
|
+
authHeaderValue: string;
|
|
132838
|
+
}), z.ZodTypeDef, {
|
|
132839
|
+
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
132840
|
+
enabledScopes: string[];
|
|
132841
|
+
customRegistryUrl?: string | undefined;
|
|
132842
|
+
bypassProxy?: boolean | undefined;
|
|
132843
|
+
npmProxyRegistryConfigId?: string | undefined;
|
|
132844
|
+
npmProxyVersion?: number | undefined;
|
|
132845
|
+
} & ({
|
|
132846
|
+
password: string;
|
|
132847
|
+
username: string;
|
|
132848
|
+
authType: "Basic";
|
|
132849
|
+
} | {
|
|
132850
|
+
accessToken: string;
|
|
132851
|
+
authType: "Bearer";
|
|
132852
|
+
} | {
|
|
132853
|
+
authType: "None";
|
|
132854
|
+
} | {
|
|
132855
|
+
authType: "Custom";
|
|
132856
|
+
authHeaderName: string;
|
|
132857
|
+
authHeaderValue: string;
|
|
132858
|
+
})>>>, NonNullable<{
|
|
132859
|
+
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
132860
|
+
enabledScopes: string[];
|
|
132861
|
+
bypassProxy: boolean;
|
|
132862
|
+
customRegistryUrl?: string | undefined;
|
|
132863
|
+
npmProxyRegistryConfigId?: string | undefined;
|
|
132864
|
+
npmProxyVersion?: number | undefined;
|
|
132865
|
+
} & ({
|
|
132866
|
+
password: string;
|
|
132867
|
+
username: string;
|
|
132868
|
+
authType: "Basic";
|
|
132869
|
+
} | {
|
|
132870
|
+
accessToken: string;
|
|
132871
|
+
authType: "Bearer";
|
|
132872
|
+
} | {
|
|
132873
|
+
authType: "None";
|
|
132874
|
+
} | {
|
|
132875
|
+
authType: "Custom";
|
|
132876
|
+
authHeaderName: string;
|
|
132877
|
+
authHeaderValue: string;
|
|
132878
|
+
})> | undefined, ({
|
|
132879
|
+
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
132880
|
+
enabledScopes: string[];
|
|
132881
|
+
customRegistryUrl?: string | undefined;
|
|
132882
|
+
bypassProxy?: boolean | undefined;
|
|
132883
|
+
npmProxyRegistryConfigId?: string | undefined;
|
|
132884
|
+
npmProxyVersion?: number | undefined;
|
|
132885
|
+
} & ({
|
|
132886
|
+
password: string;
|
|
132887
|
+
username: string;
|
|
132888
|
+
authType: "Basic";
|
|
132889
|
+
} | {
|
|
132890
|
+
accessToken: string;
|
|
132891
|
+
authType: "Bearer";
|
|
132892
|
+
} | {
|
|
132893
|
+
authType: "None";
|
|
132894
|
+
} | {
|
|
132895
|
+
authType: "Custom";
|
|
132896
|
+
authHeaderName: string;
|
|
132897
|
+
authHeaderValue: string;
|
|
132898
|
+
})) | null | undefined>;
|
|
132899
|
+
}, "strip", z.ZodTypeAny, {
|
|
132900
|
+
id: string;
|
|
132901
|
+
profile: {
|
|
132902
|
+
name: string;
|
|
132903
|
+
color: string;
|
|
132904
|
+
handle: string;
|
|
132905
|
+
avatar?: string | undefined;
|
|
132906
|
+
billingDetails?: {
|
|
132907
|
+
address?: {
|
|
132908
|
+
street1?: string | undefined;
|
|
132909
|
+
street2?: string | undefined;
|
|
132910
|
+
city?: string | undefined;
|
|
132911
|
+
postal?: string | undefined;
|
|
132912
|
+
country?: string | undefined;
|
|
132913
|
+
state?: string | undefined;
|
|
132914
|
+
} | undefined;
|
|
132915
|
+
email?: string | undefined;
|
|
132916
|
+
companyName?: string | undefined;
|
|
132917
|
+
companyId?: string | undefined;
|
|
132918
|
+
notes?: string | undefined;
|
|
132919
|
+
vat?: string | undefined;
|
|
132920
|
+
poNumber?: string | undefined;
|
|
132921
|
+
} | undefined;
|
|
132922
|
+
};
|
|
132923
|
+
subscription: {
|
|
132924
|
+
product: "free" | "team" | "company" | "enterprise";
|
|
132925
|
+
planPriceId: string;
|
|
132926
|
+
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
132927
|
+
seats: number;
|
|
132928
|
+
seatLimit: number;
|
|
132929
|
+
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
132930
|
+
card?: {
|
|
132931
|
+
cardId?: string | null | undefined;
|
|
132932
|
+
last4?: string | null | undefined;
|
|
132933
|
+
expiryMonth?: string | null | undefined;
|
|
132934
|
+
expiryYear?: string | null | undefined;
|
|
132935
|
+
brand?: string | null | undefined;
|
|
132936
|
+
name?: string | null | undefined;
|
|
132937
|
+
} | undefined;
|
|
132938
|
+
amount?: number | null | undefined;
|
|
132939
|
+
stripeProductDescription?: string | undefined;
|
|
132940
|
+
isPricePerCreator?: boolean | undefined;
|
|
132941
|
+
isTrial?: boolean | undefined;
|
|
132942
|
+
legacyVersion?: string | undefined;
|
|
132943
|
+
stripeProductFeatures?: string[] | undefined;
|
|
132944
|
+
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
132945
|
+
stripeSubscriptionId?: string | null | undefined;
|
|
132946
|
+
stripeCustomerId?: string | null | undefined;
|
|
132947
|
+
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
132948
|
+
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
132949
|
+
featuresSummary?: {
|
|
132950
|
+
designSystems: {
|
|
132951
|
+
max: number;
|
|
132952
|
+
errorMessage: string;
|
|
132953
|
+
errorReason: string;
|
|
132954
|
+
};
|
|
132955
|
+
designSystemSources: {
|
|
132956
|
+
max: number;
|
|
132957
|
+
errorMessage: string;
|
|
132958
|
+
errorReason: string;
|
|
132959
|
+
noImportJobsErrorMessage: string;
|
|
132960
|
+
noImportJobsErrorReason: string;
|
|
132961
|
+
};
|
|
132962
|
+
designSystemVersions: {
|
|
132963
|
+
max: number;
|
|
132964
|
+
errorMessage: string;
|
|
132965
|
+
errorReason: string;
|
|
132966
|
+
};
|
|
132967
|
+
themes: {
|
|
132968
|
+
max: number;
|
|
132969
|
+
errorMessage: string;
|
|
132970
|
+
errorReason: string;
|
|
132971
|
+
};
|
|
132972
|
+
brands: {
|
|
132973
|
+
max: number;
|
|
132974
|
+
errorMessage: string;
|
|
132975
|
+
errorReason: string;
|
|
132976
|
+
};
|
|
132977
|
+
codegenSchedules: {
|
|
132978
|
+
max: number;
|
|
132979
|
+
errorMessage: string;
|
|
132980
|
+
errorReason: string;
|
|
132981
|
+
};
|
|
132982
|
+
publicDocumentation: {
|
|
132983
|
+
errorMessage: string;
|
|
132984
|
+
errorReason: string;
|
|
132985
|
+
enabled: boolean;
|
|
132986
|
+
};
|
|
132987
|
+
customDocumentationUrl: {
|
|
132988
|
+
errorMessage: string;
|
|
132989
|
+
errorReason: string;
|
|
132990
|
+
enabled: boolean;
|
|
132991
|
+
};
|
|
132992
|
+
customDocumentationViewButton: {
|
|
132993
|
+
errorMessage: string;
|
|
132994
|
+
errorReason: string;
|
|
132995
|
+
enabled: boolean;
|
|
132996
|
+
};
|
|
132997
|
+
designSystemSourceAutoImport: {
|
|
132998
|
+
errorMessage: string;
|
|
132999
|
+
errorReason: string;
|
|
133000
|
+
enabled: boolean;
|
|
133001
|
+
};
|
|
133002
|
+
designSystemSlug: {
|
|
133003
|
+
errorMessage: string;
|
|
133004
|
+
errorReason: string;
|
|
133005
|
+
enabled: boolean;
|
|
133006
|
+
};
|
|
133007
|
+
ipWhitelisting: {
|
|
133008
|
+
errorMessage: string;
|
|
133009
|
+
errorReason: string;
|
|
133010
|
+
enabled: boolean;
|
|
133011
|
+
};
|
|
133012
|
+
npmRegistry: {
|
|
133013
|
+
errorMessage: string;
|
|
133014
|
+
errorReason: string;
|
|
133015
|
+
enabled: boolean;
|
|
133016
|
+
};
|
|
133017
|
+
sso: {
|
|
133018
|
+
errorMessage: string;
|
|
133019
|
+
errorReason: string;
|
|
133020
|
+
enabled: boolean;
|
|
133021
|
+
};
|
|
133022
|
+
workspacePaidSeats: {
|
|
133023
|
+
max: number;
|
|
133024
|
+
errorMessage: string;
|
|
133025
|
+
errorReason: string;
|
|
133026
|
+
};
|
|
133027
|
+
workspaceViewers: {
|
|
133028
|
+
max: number;
|
|
133029
|
+
errorMessage: string;
|
|
133030
|
+
errorReason: string;
|
|
133031
|
+
};
|
|
133032
|
+
customDocumentationExporter: {
|
|
133033
|
+
errorMessage: string;
|
|
133034
|
+
errorReason: string;
|
|
133035
|
+
enabled: boolean;
|
|
133036
|
+
};
|
|
133037
|
+
protectedPages: {
|
|
133038
|
+
errorMessage: string;
|
|
133039
|
+
errorReason: string;
|
|
133040
|
+
enabled: boolean;
|
|
133041
|
+
};
|
|
133042
|
+
approvals: {
|
|
133043
|
+
errorMessage: string;
|
|
133044
|
+
errorReason: string;
|
|
133045
|
+
enabled: boolean;
|
|
133046
|
+
};
|
|
133047
|
+
selectivePublishing: {
|
|
133048
|
+
errorMessage: string;
|
|
133049
|
+
errorReason: string;
|
|
133050
|
+
enabled: boolean;
|
|
133051
|
+
};
|
|
133052
|
+
designSystemAccessModes: {
|
|
133053
|
+
errorMessage: string;
|
|
133054
|
+
errorReason: string;
|
|
133055
|
+
enabled: boolean;
|
|
133056
|
+
};
|
|
133057
|
+
} | undefined;
|
|
133058
|
+
stripeSubscriptionMainItemId?: string | undefined;
|
|
133059
|
+
currentPeriodStart?: string | undefined;
|
|
133060
|
+
currentPeriodEnd?: string | undefined;
|
|
133061
|
+
subscriptionStatusUpdatedAt?: string | undefined;
|
|
133062
|
+
cancelAt?: string | null | undefined;
|
|
133063
|
+
billingType?: "Auto" | "Invoice" | undefined;
|
|
133064
|
+
daysUntilDue?: number | undefined;
|
|
133065
|
+
};
|
|
133066
|
+
sso?: {
|
|
133067
|
+
providerId: string;
|
|
133068
|
+
defaultAutoInviteValue: boolean;
|
|
133069
|
+
autoInviteDomains: Record<string, boolean>;
|
|
133070
|
+
skipDocsSupernovaLogin: boolean;
|
|
133071
|
+
areInvitesDisabled: boolean;
|
|
133072
|
+
isTestMode: boolean;
|
|
133073
|
+
emailDomains: string[];
|
|
133074
|
+
metadataXml?: string | null | undefined;
|
|
133075
|
+
} | undefined;
|
|
133076
|
+
ipWhitelist?: {
|
|
133077
|
+
entries: {
|
|
133078
|
+
name: string;
|
|
133079
|
+
isEnabled: boolean;
|
|
133080
|
+
range: string;
|
|
133081
|
+
}[];
|
|
133082
|
+
isEnabledForCloud: boolean;
|
|
133083
|
+
isEnabledForDocs: boolean;
|
|
133084
|
+
} | undefined;
|
|
133085
|
+
npmRegistrySettings?: NonNullable<{
|
|
133086
|
+
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
133087
|
+
enabledScopes: string[];
|
|
133088
|
+
bypassProxy: boolean;
|
|
133089
|
+
customRegistryUrl?: string | undefined;
|
|
133090
|
+
npmProxyRegistryConfigId?: string | undefined;
|
|
133091
|
+
npmProxyVersion?: number | undefined;
|
|
133092
|
+
} & ({
|
|
133093
|
+
password: string;
|
|
133094
|
+
username: string;
|
|
133095
|
+
authType: "Basic";
|
|
133096
|
+
} | {
|
|
133097
|
+
accessToken: string;
|
|
133098
|
+
authType: "Bearer";
|
|
133099
|
+
} | {
|
|
133100
|
+
authType: "None";
|
|
133101
|
+
} | {
|
|
133102
|
+
authType: "Custom";
|
|
133103
|
+
authHeaderName: string;
|
|
133104
|
+
authHeaderValue: string;
|
|
133105
|
+
})> | undefined;
|
|
133106
|
+
}, {
|
|
133107
|
+
id: string;
|
|
133108
|
+
profile: {
|
|
133109
|
+
name: string;
|
|
133110
|
+
color: string;
|
|
133111
|
+
handle: string;
|
|
133112
|
+
avatar?: string | null | undefined;
|
|
133113
|
+
billingDetails?: {
|
|
133114
|
+
address?: {
|
|
133115
|
+
street1?: string | null | undefined;
|
|
133116
|
+
street2?: string | null | undefined;
|
|
133117
|
+
city?: string | null | undefined;
|
|
133118
|
+
postal?: string | null | undefined;
|
|
133119
|
+
country?: string | null | undefined;
|
|
133120
|
+
state?: string | null | undefined;
|
|
133121
|
+
} | null | undefined;
|
|
133122
|
+
email?: string | null | undefined;
|
|
133123
|
+
companyName?: string | null | undefined;
|
|
133124
|
+
companyId?: string | null | undefined;
|
|
133125
|
+
notes?: string | null | undefined;
|
|
133126
|
+
vat?: string | null | undefined;
|
|
133127
|
+
poNumber?: string | null | undefined;
|
|
133128
|
+
} | null | undefined;
|
|
133129
|
+
};
|
|
133130
|
+
subscription: {
|
|
133131
|
+
product: "free" | "team" | "company" | "enterprise";
|
|
133132
|
+
planPriceId: string;
|
|
133133
|
+
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
133134
|
+
seats: number;
|
|
133135
|
+
seatLimit: number;
|
|
133136
|
+
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
133137
|
+
card?: {
|
|
133138
|
+
cardId?: string | null | undefined;
|
|
133139
|
+
last4?: string | null | undefined;
|
|
133140
|
+
expiryMonth?: string | null | undefined;
|
|
133141
|
+
expiryYear?: string | null | undefined;
|
|
133142
|
+
brand?: string | null | undefined;
|
|
133143
|
+
name?: string | null | undefined;
|
|
133144
|
+
} | undefined;
|
|
133145
|
+
amount?: number | null | undefined;
|
|
133146
|
+
stripeProductDescription?: string | undefined;
|
|
133147
|
+
isPricePerCreator?: boolean | undefined;
|
|
133148
|
+
isTrial?: boolean | undefined;
|
|
133149
|
+
legacyVersion?: string | undefined;
|
|
133150
|
+
stripeProductFeatures?: string[] | undefined;
|
|
133151
|
+
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
133152
|
+
stripeSubscriptionId?: string | null | undefined;
|
|
133153
|
+
stripeCustomerId?: string | null | undefined;
|
|
133154
|
+
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
133155
|
+
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
133156
|
+
featuresSummary?: {
|
|
133157
|
+
designSystems: {
|
|
133158
|
+
max: number;
|
|
133159
|
+
errorMessage: string;
|
|
133160
|
+
errorReason: string;
|
|
133161
|
+
};
|
|
133162
|
+
designSystemSources: {
|
|
133163
|
+
max: number;
|
|
133164
|
+
errorMessage: string;
|
|
133165
|
+
errorReason: string;
|
|
133166
|
+
noImportJobsErrorMessage: string;
|
|
133167
|
+
noImportJobsErrorReason: string;
|
|
133168
|
+
};
|
|
133169
|
+
designSystemVersions: {
|
|
133170
|
+
max: number;
|
|
133171
|
+
errorMessage: string;
|
|
133172
|
+
errorReason: string;
|
|
133173
|
+
};
|
|
133174
|
+
themes: {
|
|
133175
|
+
max: number;
|
|
133176
|
+
errorMessage: string;
|
|
133177
|
+
errorReason: string;
|
|
133178
|
+
};
|
|
133179
|
+
brands: {
|
|
133180
|
+
max: number;
|
|
133181
|
+
errorMessage: string;
|
|
133182
|
+
errorReason: string;
|
|
133183
|
+
};
|
|
133184
|
+
codegenSchedules: {
|
|
133185
|
+
max: number;
|
|
133186
|
+
errorMessage: string;
|
|
133187
|
+
errorReason: string;
|
|
133188
|
+
};
|
|
133189
|
+
publicDocumentation: {
|
|
133190
|
+
errorMessage: string;
|
|
133191
|
+
errorReason: string;
|
|
133192
|
+
enabled: boolean;
|
|
133193
|
+
};
|
|
133194
|
+
customDocumentationUrl: {
|
|
133195
|
+
errorMessage: string;
|
|
133196
|
+
errorReason: string;
|
|
133197
|
+
enabled: boolean;
|
|
133198
|
+
};
|
|
133199
|
+
customDocumentationViewButton: {
|
|
133200
|
+
errorMessage: string;
|
|
133201
|
+
errorReason: string;
|
|
133202
|
+
enabled: boolean;
|
|
133203
|
+
};
|
|
133204
|
+
designSystemSourceAutoImport: {
|
|
133205
|
+
errorMessage: string;
|
|
133206
|
+
errorReason: string;
|
|
133207
|
+
enabled: boolean;
|
|
133208
|
+
};
|
|
133209
|
+
designSystemSlug: {
|
|
133210
|
+
errorMessage: string;
|
|
133211
|
+
errorReason: string;
|
|
133212
|
+
enabled: boolean;
|
|
133213
|
+
};
|
|
133214
|
+
ipWhitelisting: {
|
|
133215
|
+
errorMessage: string;
|
|
133216
|
+
errorReason: string;
|
|
133217
|
+
enabled: boolean;
|
|
133218
|
+
};
|
|
133219
|
+
npmRegistry: {
|
|
133220
|
+
errorMessage: string;
|
|
133221
|
+
errorReason: string;
|
|
133222
|
+
enabled: boolean;
|
|
133223
|
+
};
|
|
133224
|
+
sso: {
|
|
133225
|
+
errorMessage: string;
|
|
133226
|
+
errorReason: string;
|
|
133227
|
+
enabled: boolean;
|
|
133228
|
+
};
|
|
133229
|
+
workspacePaidSeats: {
|
|
133230
|
+
max: number;
|
|
133231
|
+
errorMessage: string;
|
|
133232
|
+
errorReason: string;
|
|
133233
|
+
};
|
|
133234
|
+
workspaceViewers: {
|
|
133235
|
+
max: number;
|
|
133236
|
+
errorMessage: string;
|
|
133237
|
+
errorReason: string;
|
|
133238
|
+
};
|
|
133239
|
+
customDocumentationExporter: {
|
|
133240
|
+
errorMessage: string;
|
|
133241
|
+
errorReason: string;
|
|
133242
|
+
enabled: boolean;
|
|
133243
|
+
};
|
|
133244
|
+
protectedPages: {
|
|
133245
|
+
errorMessage: string;
|
|
133246
|
+
errorReason: string;
|
|
133247
|
+
enabled: boolean;
|
|
133248
|
+
};
|
|
133249
|
+
approvals: {
|
|
133250
|
+
errorMessage: string;
|
|
133251
|
+
errorReason: string;
|
|
133252
|
+
enabled: boolean;
|
|
133253
|
+
};
|
|
133254
|
+
selectivePublishing: {
|
|
133255
|
+
errorMessage: string;
|
|
133256
|
+
errorReason: string;
|
|
133257
|
+
enabled: boolean;
|
|
133258
|
+
};
|
|
133259
|
+
designSystemAccessModes: {
|
|
133260
|
+
errorMessage: string;
|
|
133261
|
+
errorReason: string;
|
|
133262
|
+
enabled: boolean;
|
|
133263
|
+
};
|
|
133264
|
+
} | undefined;
|
|
133265
|
+
stripeSubscriptionMainItemId?: string | undefined;
|
|
133266
|
+
currentPeriodStart?: string | undefined;
|
|
133267
|
+
currentPeriodEnd?: string | undefined;
|
|
133268
|
+
subscriptionStatusUpdatedAt?: string | undefined;
|
|
133269
|
+
cancelAt?: string | null | undefined;
|
|
133270
|
+
billingType?: "Auto" | "Invoice" | undefined;
|
|
133271
|
+
daysUntilDue?: number | undefined;
|
|
133272
|
+
};
|
|
133273
|
+
sso?: {
|
|
133274
|
+
providerId: string;
|
|
133275
|
+
defaultAutoInviteValue: boolean;
|
|
133276
|
+
autoInviteDomains: Record<string, boolean>;
|
|
133277
|
+
skipDocsSupernovaLogin: boolean;
|
|
133278
|
+
areInvitesDisabled: boolean;
|
|
133279
|
+
isTestMode: boolean;
|
|
133280
|
+
emailDomains: string[];
|
|
133281
|
+
metadataXml?: string | null | undefined;
|
|
133282
|
+
} | null | undefined;
|
|
133283
|
+
ipWhitelist?: {
|
|
133284
|
+
entries: {
|
|
133285
|
+
name: string;
|
|
133286
|
+
isEnabled: boolean;
|
|
133287
|
+
range: string;
|
|
133288
|
+
}[];
|
|
133289
|
+
isEnabledForCloud: boolean;
|
|
133290
|
+
isEnabledForDocs: boolean;
|
|
133291
|
+
} | null | undefined;
|
|
133292
|
+
npmRegistrySettings?: ({
|
|
133293
|
+
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
133294
|
+
enabledScopes: string[];
|
|
133295
|
+
customRegistryUrl?: string | undefined;
|
|
133296
|
+
bypassProxy?: boolean | undefined;
|
|
133297
|
+
npmProxyRegistryConfigId?: string | undefined;
|
|
133298
|
+
npmProxyVersion?: number | undefined;
|
|
133299
|
+
} & ({
|
|
133300
|
+
password: string;
|
|
133301
|
+
username: string;
|
|
133302
|
+
authType: "Basic";
|
|
133303
|
+
} | {
|
|
133304
|
+
accessToken: string;
|
|
133305
|
+
authType: "Bearer";
|
|
133306
|
+
} | {
|
|
133307
|
+
authType: "None";
|
|
133308
|
+
} | {
|
|
133309
|
+
authType: "Custom";
|
|
133310
|
+
authHeaderName: string;
|
|
133311
|
+
authHeaderValue: string;
|
|
133312
|
+
})) | null | undefined;
|
|
133313
|
+
}>;
|
|
131807
133314
|
designSystem: z.ZodObject<{
|
|
131808
133315
|
id: z.ZodString;
|
|
131809
133316
|
workspaceId: z.ZodString;
|
|
@@ -132306,10 +133813,218 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
132306
133813
|
customUrl?: string | undefined;
|
|
132307
133814
|
} | undefined;
|
|
132308
133815
|
} | undefined;
|
|
132309
|
-
loggedOutAt?: Date | undefined;
|
|
132310
|
-
}>;
|
|
132311
|
-
documentationDomain: z.ZodOptional<z.ZodString>;
|
|
132312
|
-
}, "strip", z.ZodTypeAny, {
|
|
133816
|
+
loggedOutAt?: Date | undefined;
|
|
133817
|
+
}>;
|
|
133818
|
+
documentationDomain: z.ZodOptional<z.ZodString>;
|
|
133819
|
+
}, "strip", z.ZodTypeAny, {
|
|
133820
|
+
workspace: {
|
|
133821
|
+
id: string;
|
|
133822
|
+
profile: {
|
|
133823
|
+
name: string;
|
|
133824
|
+
color: string;
|
|
133825
|
+
handle: string;
|
|
133826
|
+
avatar?: string | undefined;
|
|
133827
|
+
billingDetails?: {
|
|
133828
|
+
address?: {
|
|
133829
|
+
street1?: string | undefined;
|
|
133830
|
+
street2?: string | undefined;
|
|
133831
|
+
city?: string | undefined;
|
|
133832
|
+
postal?: string | undefined;
|
|
133833
|
+
country?: string | undefined;
|
|
133834
|
+
state?: string | undefined;
|
|
133835
|
+
} | undefined;
|
|
133836
|
+
email?: string | undefined;
|
|
133837
|
+
companyName?: string | undefined;
|
|
133838
|
+
companyId?: string | undefined;
|
|
133839
|
+
notes?: string | undefined;
|
|
133840
|
+
vat?: string | undefined;
|
|
133841
|
+
poNumber?: string | undefined;
|
|
133842
|
+
} | undefined;
|
|
133843
|
+
};
|
|
133844
|
+
subscription: {
|
|
133845
|
+
product: "free" | "team" | "company" | "enterprise";
|
|
133846
|
+
planPriceId: string;
|
|
133847
|
+
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
133848
|
+
seats: number;
|
|
133849
|
+
seatLimit: number;
|
|
133850
|
+
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
133851
|
+
card?: {
|
|
133852
|
+
cardId?: string | null | undefined;
|
|
133853
|
+
last4?: string | null | undefined;
|
|
133854
|
+
expiryMonth?: string | null | undefined;
|
|
133855
|
+
expiryYear?: string | null | undefined;
|
|
133856
|
+
brand?: string | null | undefined;
|
|
133857
|
+
name?: string | null | undefined;
|
|
133858
|
+
} | undefined;
|
|
133859
|
+
amount?: number | null | undefined;
|
|
133860
|
+
stripeProductDescription?: string | undefined;
|
|
133861
|
+
isPricePerCreator?: boolean | undefined;
|
|
133862
|
+
isTrial?: boolean | undefined;
|
|
133863
|
+
legacyVersion?: string | undefined;
|
|
133864
|
+
stripeProductFeatures?: string[] | undefined;
|
|
133865
|
+
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
133866
|
+
stripeSubscriptionId?: string | null | undefined;
|
|
133867
|
+
stripeCustomerId?: string | null | undefined;
|
|
133868
|
+
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
133869
|
+
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
133870
|
+
featuresSummary?: {
|
|
133871
|
+
designSystems: {
|
|
133872
|
+
max: number;
|
|
133873
|
+
errorMessage: string;
|
|
133874
|
+
errorReason: string;
|
|
133875
|
+
};
|
|
133876
|
+
designSystemSources: {
|
|
133877
|
+
max: number;
|
|
133878
|
+
errorMessage: string;
|
|
133879
|
+
errorReason: string;
|
|
133880
|
+
noImportJobsErrorMessage: string;
|
|
133881
|
+
noImportJobsErrorReason: string;
|
|
133882
|
+
};
|
|
133883
|
+
designSystemVersions: {
|
|
133884
|
+
max: number;
|
|
133885
|
+
errorMessage: string;
|
|
133886
|
+
errorReason: string;
|
|
133887
|
+
};
|
|
133888
|
+
themes: {
|
|
133889
|
+
max: number;
|
|
133890
|
+
errorMessage: string;
|
|
133891
|
+
errorReason: string;
|
|
133892
|
+
};
|
|
133893
|
+
brands: {
|
|
133894
|
+
max: number;
|
|
133895
|
+
errorMessage: string;
|
|
133896
|
+
errorReason: string;
|
|
133897
|
+
};
|
|
133898
|
+
codegenSchedules: {
|
|
133899
|
+
max: number;
|
|
133900
|
+
errorMessage: string;
|
|
133901
|
+
errorReason: string;
|
|
133902
|
+
};
|
|
133903
|
+
publicDocumentation: {
|
|
133904
|
+
errorMessage: string;
|
|
133905
|
+
errorReason: string;
|
|
133906
|
+
enabled: boolean;
|
|
133907
|
+
};
|
|
133908
|
+
customDocumentationUrl: {
|
|
133909
|
+
errorMessage: string;
|
|
133910
|
+
errorReason: string;
|
|
133911
|
+
enabled: boolean;
|
|
133912
|
+
};
|
|
133913
|
+
customDocumentationViewButton: {
|
|
133914
|
+
errorMessage: string;
|
|
133915
|
+
errorReason: string;
|
|
133916
|
+
enabled: boolean;
|
|
133917
|
+
};
|
|
133918
|
+
designSystemSourceAutoImport: {
|
|
133919
|
+
errorMessage: string;
|
|
133920
|
+
errorReason: string;
|
|
133921
|
+
enabled: boolean;
|
|
133922
|
+
};
|
|
133923
|
+
designSystemSlug: {
|
|
133924
|
+
errorMessage: string;
|
|
133925
|
+
errorReason: string;
|
|
133926
|
+
enabled: boolean;
|
|
133927
|
+
};
|
|
133928
|
+
ipWhitelisting: {
|
|
133929
|
+
errorMessage: string;
|
|
133930
|
+
errorReason: string;
|
|
133931
|
+
enabled: boolean;
|
|
133932
|
+
};
|
|
133933
|
+
npmRegistry: {
|
|
133934
|
+
errorMessage: string;
|
|
133935
|
+
errorReason: string;
|
|
133936
|
+
enabled: boolean;
|
|
133937
|
+
};
|
|
133938
|
+
sso: {
|
|
133939
|
+
errorMessage: string;
|
|
133940
|
+
errorReason: string;
|
|
133941
|
+
enabled: boolean;
|
|
133942
|
+
};
|
|
133943
|
+
workspacePaidSeats: {
|
|
133944
|
+
max: number;
|
|
133945
|
+
errorMessage: string;
|
|
133946
|
+
errorReason: string;
|
|
133947
|
+
};
|
|
133948
|
+
workspaceViewers: {
|
|
133949
|
+
max: number;
|
|
133950
|
+
errorMessage: string;
|
|
133951
|
+
errorReason: string;
|
|
133952
|
+
};
|
|
133953
|
+
customDocumentationExporter: {
|
|
133954
|
+
errorMessage: string;
|
|
133955
|
+
errorReason: string;
|
|
133956
|
+
enabled: boolean;
|
|
133957
|
+
};
|
|
133958
|
+
protectedPages: {
|
|
133959
|
+
errorMessage: string;
|
|
133960
|
+
errorReason: string;
|
|
133961
|
+
enabled: boolean;
|
|
133962
|
+
};
|
|
133963
|
+
approvals: {
|
|
133964
|
+
errorMessage: string;
|
|
133965
|
+
errorReason: string;
|
|
133966
|
+
enabled: boolean;
|
|
133967
|
+
};
|
|
133968
|
+
selectivePublishing: {
|
|
133969
|
+
errorMessage: string;
|
|
133970
|
+
errorReason: string;
|
|
133971
|
+
enabled: boolean;
|
|
133972
|
+
};
|
|
133973
|
+
designSystemAccessModes: {
|
|
133974
|
+
errorMessage: string;
|
|
133975
|
+
errorReason: string;
|
|
133976
|
+
enabled: boolean;
|
|
133977
|
+
};
|
|
133978
|
+
} | undefined;
|
|
133979
|
+
stripeSubscriptionMainItemId?: string | undefined;
|
|
133980
|
+
currentPeriodStart?: string | undefined;
|
|
133981
|
+
currentPeriodEnd?: string | undefined;
|
|
133982
|
+
subscriptionStatusUpdatedAt?: string | undefined;
|
|
133983
|
+
cancelAt?: string | null | undefined;
|
|
133984
|
+
billingType?: "Auto" | "Invoice" | undefined;
|
|
133985
|
+
daysUntilDue?: number | undefined;
|
|
133986
|
+
};
|
|
133987
|
+
sso?: {
|
|
133988
|
+
providerId: string;
|
|
133989
|
+
defaultAutoInviteValue: boolean;
|
|
133990
|
+
autoInviteDomains: Record<string, boolean>;
|
|
133991
|
+
skipDocsSupernovaLogin: boolean;
|
|
133992
|
+
areInvitesDisabled: boolean;
|
|
133993
|
+
isTestMode: boolean;
|
|
133994
|
+
emailDomains: string[];
|
|
133995
|
+
metadataXml?: string | null | undefined;
|
|
133996
|
+
} | undefined;
|
|
133997
|
+
ipWhitelist?: {
|
|
133998
|
+
entries: {
|
|
133999
|
+
name: string;
|
|
134000
|
+
isEnabled: boolean;
|
|
134001
|
+
range: string;
|
|
134002
|
+
}[];
|
|
134003
|
+
isEnabledForCloud: boolean;
|
|
134004
|
+
isEnabledForDocs: boolean;
|
|
134005
|
+
} | undefined;
|
|
134006
|
+
npmRegistrySettings?: NonNullable<{
|
|
134007
|
+
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
134008
|
+
enabledScopes: string[];
|
|
134009
|
+
bypassProxy: boolean;
|
|
134010
|
+
customRegistryUrl?: string | undefined;
|
|
134011
|
+
npmProxyRegistryConfigId?: string | undefined;
|
|
134012
|
+
npmProxyVersion?: number | undefined;
|
|
134013
|
+
} & ({
|
|
134014
|
+
password: string;
|
|
134015
|
+
username: string;
|
|
134016
|
+
authType: "Basic";
|
|
134017
|
+
} | {
|
|
134018
|
+
accessToken: string;
|
|
134019
|
+
authType: "Bearer";
|
|
134020
|
+
} | {
|
|
134021
|
+
authType: "None";
|
|
134022
|
+
} | {
|
|
134023
|
+
authType: "Custom";
|
|
134024
|
+
authHeaderName: string;
|
|
134025
|
+
authHeaderValue: string;
|
|
134026
|
+
})> | undefined;
|
|
134027
|
+
};
|
|
132313
134028
|
invitedBy: {
|
|
132314
134029
|
id: string;
|
|
132315
134030
|
createdAt: Date;
|
|
@@ -132407,6 +134122,214 @@ declare const DesignSystemInviteEmailData: z.ZodObject<{
|
|
|
132407
134122
|
};
|
|
132408
134123
|
documentationDomain?: string | undefined;
|
|
132409
134124
|
}, {
|
|
134125
|
+
workspace: {
|
|
134126
|
+
id: string;
|
|
134127
|
+
profile: {
|
|
134128
|
+
name: string;
|
|
134129
|
+
color: string;
|
|
134130
|
+
handle: string;
|
|
134131
|
+
avatar?: string | null | undefined;
|
|
134132
|
+
billingDetails?: {
|
|
134133
|
+
address?: {
|
|
134134
|
+
street1?: string | null | undefined;
|
|
134135
|
+
street2?: string | null | undefined;
|
|
134136
|
+
city?: string | null | undefined;
|
|
134137
|
+
postal?: string | null | undefined;
|
|
134138
|
+
country?: string | null | undefined;
|
|
134139
|
+
state?: string | null | undefined;
|
|
134140
|
+
} | null | undefined;
|
|
134141
|
+
email?: string | null | undefined;
|
|
134142
|
+
companyName?: string | null | undefined;
|
|
134143
|
+
companyId?: string | null | undefined;
|
|
134144
|
+
notes?: string | null | undefined;
|
|
134145
|
+
vat?: string | null | undefined;
|
|
134146
|
+
poNumber?: string | null | undefined;
|
|
134147
|
+
} | null | undefined;
|
|
134148
|
+
};
|
|
134149
|
+
subscription: {
|
|
134150
|
+
product: "free" | "team" | "company" | "enterprise";
|
|
134151
|
+
planPriceId: string;
|
|
134152
|
+
planInterval: "daily" | "monthly" | "weekly" | "yearly";
|
|
134153
|
+
seats: number;
|
|
134154
|
+
seatLimit: number;
|
|
134155
|
+
status?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
134156
|
+
card?: {
|
|
134157
|
+
cardId?: string | null | undefined;
|
|
134158
|
+
last4?: string | null | undefined;
|
|
134159
|
+
expiryMonth?: string | null | undefined;
|
|
134160
|
+
expiryYear?: string | null | undefined;
|
|
134161
|
+
brand?: string | null | undefined;
|
|
134162
|
+
name?: string | null | undefined;
|
|
134163
|
+
} | undefined;
|
|
134164
|
+
amount?: number | null | undefined;
|
|
134165
|
+
stripeProductDescription?: string | undefined;
|
|
134166
|
+
isPricePerCreator?: boolean | undefined;
|
|
134167
|
+
isTrial?: boolean | undefined;
|
|
134168
|
+
legacyVersion?: string | undefined;
|
|
134169
|
+
stripeProductFeatures?: string[] | undefined;
|
|
134170
|
+
stripeProductAdditionalFeatures?: string[] | undefined;
|
|
134171
|
+
stripeSubscriptionId?: string | null | undefined;
|
|
134172
|
+
stripeCustomerId?: string | null | undefined;
|
|
134173
|
+
subscriptionStatus?: "unknown" | "active" | "trialing" | "past_due" | "canceled" | "unpaid" | "incomplete_expired" | "incomplete" | undefined;
|
|
134174
|
+
internalStatus?: "active" | "suspended" | "gracePeriod" | "cancelled" | "downgraded_to_free" | undefined;
|
|
134175
|
+
featuresSummary?: {
|
|
134176
|
+
designSystems: {
|
|
134177
|
+
max: number;
|
|
134178
|
+
errorMessage: string;
|
|
134179
|
+
errorReason: string;
|
|
134180
|
+
};
|
|
134181
|
+
designSystemSources: {
|
|
134182
|
+
max: number;
|
|
134183
|
+
errorMessage: string;
|
|
134184
|
+
errorReason: string;
|
|
134185
|
+
noImportJobsErrorMessage: string;
|
|
134186
|
+
noImportJobsErrorReason: string;
|
|
134187
|
+
};
|
|
134188
|
+
designSystemVersions: {
|
|
134189
|
+
max: number;
|
|
134190
|
+
errorMessage: string;
|
|
134191
|
+
errorReason: string;
|
|
134192
|
+
};
|
|
134193
|
+
themes: {
|
|
134194
|
+
max: number;
|
|
134195
|
+
errorMessage: string;
|
|
134196
|
+
errorReason: string;
|
|
134197
|
+
};
|
|
134198
|
+
brands: {
|
|
134199
|
+
max: number;
|
|
134200
|
+
errorMessage: string;
|
|
134201
|
+
errorReason: string;
|
|
134202
|
+
};
|
|
134203
|
+
codegenSchedules: {
|
|
134204
|
+
max: number;
|
|
134205
|
+
errorMessage: string;
|
|
134206
|
+
errorReason: string;
|
|
134207
|
+
};
|
|
134208
|
+
publicDocumentation: {
|
|
134209
|
+
errorMessage: string;
|
|
134210
|
+
errorReason: string;
|
|
134211
|
+
enabled: boolean;
|
|
134212
|
+
};
|
|
134213
|
+
customDocumentationUrl: {
|
|
134214
|
+
errorMessage: string;
|
|
134215
|
+
errorReason: string;
|
|
134216
|
+
enabled: boolean;
|
|
134217
|
+
};
|
|
134218
|
+
customDocumentationViewButton: {
|
|
134219
|
+
errorMessage: string;
|
|
134220
|
+
errorReason: string;
|
|
134221
|
+
enabled: boolean;
|
|
134222
|
+
};
|
|
134223
|
+
designSystemSourceAutoImport: {
|
|
134224
|
+
errorMessage: string;
|
|
134225
|
+
errorReason: string;
|
|
134226
|
+
enabled: boolean;
|
|
134227
|
+
};
|
|
134228
|
+
designSystemSlug: {
|
|
134229
|
+
errorMessage: string;
|
|
134230
|
+
errorReason: string;
|
|
134231
|
+
enabled: boolean;
|
|
134232
|
+
};
|
|
134233
|
+
ipWhitelisting: {
|
|
134234
|
+
errorMessage: string;
|
|
134235
|
+
errorReason: string;
|
|
134236
|
+
enabled: boolean;
|
|
134237
|
+
};
|
|
134238
|
+
npmRegistry: {
|
|
134239
|
+
errorMessage: string;
|
|
134240
|
+
errorReason: string;
|
|
134241
|
+
enabled: boolean;
|
|
134242
|
+
};
|
|
134243
|
+
sso: {
|
|
134244
|
+
errorMessage: string;
|
|
134245
|
+
errorReason: string;
|
|
134246
|
+
enabled: boolean;
|
|
134247
|
+
};
|
|
134248
|
+
workspacePaidSeats: {
|
|
134249
|
+
max: number;
|
|
134250
|
+
errorMessage: string;
|
|
134251
|
+
errorReason: string;
|
|
134252
|
+
};
|
|
134253
|
+
workspaceViewers: {
|
|
134254
|
+
max: number;
|
|
134255
|
+
errorMessage: string;
|
|
134256
|
+
errorReason: string;
|
|
134257
|
+
};
|
|
134258
|
+
customDocumentationExporter: {
|
|
134259
|
+
errorMessage: string;
|
|
134260
|
+
errorReason: string;
|
|
134261
|
+
enabled: boolean;
|
|
134262
|
+
};
|
|
134263
|
+
protectedPages: {
|
|
134264
|
+
errorMessage: string;
|
|
134265
|
+
errorReason: string;
|
|
134266
|
+
enabled: boolean;
|
|
134267
|
+
};
|
|
134268
|
+
approvals: {
|
|
134269
|
+
errorMessage: string;
|
|
134270
|
+
errorReason: string;
|
|
134271
|
+
enabled: boolean;
|
|
134272
|
+
};
|
|
134273
|
+
selectivePublishing: {
|
|
134274
|
+
errorMessage: string;
|
|
134275
|
+
errorReason: string;
|
|
134276
|
+
enabled: boolean;
|
|
134277
|
+
};
|
|
134278
|
+
designSystemAccessModes: {
|
|
134279
|
+
errorMessage: string;
|
|
134280
|
+
errorReason: string;
|
|
134281
|
+
enabled: boolean;
|
|
134282
|
+
};
|
|
134283
|
+
} | undefined;
|
|
134284
|
+
stripeSubscriptionMainItemId?: string | undefined;
|
|
134285
|
+
currentPeriodStart?: string | undefined;
|
|
134286
|
+
currentPeriodEnd?: string | undefined;
|
|
134287
|
+
subscriptionStatusUpdatedAt?: string | undefined;
|
|
134288
|
+
cancelAt?: string | null | undefined;
|
|
134289
|
+
billingType?: "Auto" | "Invoice" | undefined;
|
|
134290
|
+
daysUntilDue?: number | undefined;
|
|
134291
|
+
};
|
|
134292
|
+
sso?: {
|
|
134293
|
+
providerId: string;
|
|
134294
|
+
defaultAutoInviteValue: boolean;
|
|
134295
|
+
autoInviteDomains: Record<string, boolean>;
|
|
134296
|
+
skipDocsSupernovaLogin: boolean;
|
|
134297
|
+
areInvitesDisabled: boolean;
|
|
134298
|
+
isTestMode: boolean;
|
|
134299
|
+
emailDomains: string[];
|
|
134300
|
+
metadataXml?: string | null | undefined;
|
|
134301
|
+
} | null | undefined;
|
|
134302
|
+
ipWhitelist?: {
|
|
134303
|
+
entries: {
|
|
134304
|
+
name: string;
|
|
134305
|
+
isEnabled: boolean;
|
|
134306
|
+
range: string;
|
|
134307
|
+
}[];
|
|
134308
|
+
isEnabledForCloud: boolean;
|
|
134309
|
+
isEnabledForDocs: boolean;
|
|
134310
|
+
} | null | undefined;
|
|
134311
|
+
npmRegistrySettings?: ({
|
|
134312
|
+
registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
|
|
134313
|
+
enabledScopes: string[];
|
|
134314
|
+
customRegistryUrl?: string | undefined;
|
|
134315
|
+
bypassProxy?: boolean | undefined;
|
|
134316
|
+
npmProxyRegistryConfigId?: string | undefined;
|
|
134317
|
+
npmProxyVersion?: number | undefined;
|
|
134318
|
+
} & ({
|
|
134319
|
+
password: string;
|
|
134320
|
+
username: string;
|
|
134321
|
+
authType: "Basic";
|
|
134322
|
+
} | {
|
|
134323
|
+
accessToken: string;
|
|
134324
|
+
authType: "Bearer";
|
|
134325
|
+
} | {
|
|
134326
|
+
authType: "None";
|
|
134327
|
+
} | {
|
|
134328
|
+
authType: "Custom";
|
|
134329
|
+
authHeaderName: string;
|
|
134330
|
+
authHeaderValue: string;
|
|
134331
|
+
})) | null | undefined;
|
|
134332
|
+
};
|
|
132410
134333
|
invitedBy: {
|
|
132411
134334
|
id: string;
|
|
132412
134335
|
createdAt: Date;
|