@tellescope/types-models 1.237.2 → 1.237.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.d.ts +2 -2
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +2 -2
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/index.ts +4 -3
package/lib/cjs/index.d.ts
CHANGED
|
@@ -330,9 +330,9 @@ export interface Organization_readonly extends ClientRecord {
|
|
|
330
330
|
customPortalScriptTags?: string[];
|
|
331
331
|
}
|
|
332
332
|
export interface Organization_required {
|
|
333
|
+
name: string;
|
|
333
334
|
}
|
|
334
335
|
export interface Organization_updatesDisabled {
|
|
335
|
-
name: string;
|
|
336
336
|
subdomain: string;
|
|
337
337
|
}
|
|
338
338
|
export interface Organization extends Organization_readonly, Organization_required, Organization_updatesDisabled {
|
|
@@ -5319,7 +5319,7 @@ export type ModelForName_required = {
|
|
|
5319
5319
|
comment_likes: CommentLike_required;
|
|
5320
5320
|
post_comments: PostComment_required;
|
|
5321
5321
|
organizations: Organization_required;
|
|
5322
|
-
integrations:
|
|
5322
|
+
integrations: Integration_required;
|
|
5323
5323
|
databases: Database_required;
|
|
5324
5324
|
database_records: DatabaseRecord_required;
|
|
5325
5325
|
portal_customizations: PortalCustomization_required;
|