@vrplatform/api 1.3.1-4539 → 1.3.1-4567
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/build/main/generated/v1.d.ts +459 -13
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +459 -13
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +459 -13
|
@@ -1557,7 +1557,8 @@ export interface paths {
|
|
|
1557
1557
|
path?: never;
|
|
1558
1558
|
cookie?: never;
|
|
1559
1559
|
};
|
|
1560
|
-
|
|
1560
|
+
/** @description List users in one regional data partition with their team memberships and owner accesses. Select the partition with x-data-region. */
|
|
1561
|
+
get: operations["getInternalUsers"];
|
|
1561
1562
|
put?: never;
|
|
1562
1563
|
/** @description Create or update a platform user by email, optionally granting an initial team membership. Used by the identity provider signup hooks. A duplicate email belonging to another user is rejected as a user error. */
|
|
1563
1564
|
post: operations["postInternalUsers"];
|
|
@@ -1839,7 +1840,7 @@ export interface paths {
|
|
|
1839
1840
|
path?: never;
|
|
1840
1841
|
cookie?: never;
|
|
1841
1842
|
};
|
|
1842
|
-
/** @description UI bootstrap call: the authenticated user plus the resolved team (embedded-session team, x-team-id header, or the oldest active membership), including membership, owner access, effective feature IDs, issue counts, and frontend setup context. Embedded identities use sub instead of email, so user.email is null for them. */
|
|
1843
|
+
/** @description UI bootstrap call: the authenticated user plus the resolved team (embedded-session team, x-team-id header, or the oldest active membership), including placement, partner managed-team region discovery, membership, owner access, effective feature IDs, issue counts, and frontend setup context. Embedded identities use sub instead of email, so user.email is null for them. */
|
|
1843
1844
|
get: operations["getMe"];
|
|
1844
1845
|
put?: never;
|
|
1845
1846
|
post?: never;
|
|
@@ -2245,7 +2246,7 @@ export interface paths {
|
|
|
2245
2246
|
path?: never;
|
|
2246
2247
|
cookie?: never;
|
|
2247
2248
|
};
|
|
2248
|
-
/** @description List members of the partner itself with their child-team memberships */
|
|
2249
|
+
/** @description List members of the partner itself with their partner-team role, status, invitation timestamp, and child-team memberships */
|
|
2249
2250
|
get: operations["getPartnerMembers"];
|
|
2250
2251
|
put?: never;
|
|
2251
2252
|
post?: never;
|
|
@@ -2289,6 +2290,23 @@ export interface paths {
|
|
|
2289
2290
|
patch?: never;
|
|
2290
2291
|
trace?: never;
|
|
2291
2292
|
};
|
|
2293
|
+
"/partner/owner-statements": {
|
|
2294
|
+
parameters: {
|
|
2295
|
+
query?: never;
|
|
2296
|
+
header?: never;
|
|
2297
|
+
path?: never;
|
|
2298
|
+
cookie?: never;
|
|
2299
|
+
};
|
|
2300
|
+
/** @description List VRT teams in one regional partition of the partner portfolio with owner statement counts by status. Supports team-name search, pagination, and ordering by each status count. Select the partition with x-data-region. */
|
|
2301
|
+
get: operations["getPartnerOwnerStatements"];
|
|
2302
|
+
put?: never;
|
|
2303
|
+
post?: never;
|
|
2304
|
+
delete?: never;
|
|
2305
|
+
options?: never;
|
|
2306
|
+
head?: never;
|
|
2307
|
+
patch?: never;
|
|
2308
|
+
trace?: never;
|
|
2309
|
+
};
|
|
2292
2310
|
"/partner/users": {
|
|
2293
2311
|
parameters: {
|
|
2294
2312
|
query?: never;
|
|
@@ -2296,7 +2314,7 @@ export interface paths {
|
|
|
2296
2314
|
path?: never;
|
|
2297
2315
|
cookie?: never;
|
|
2298
2316
|
};
|
|
2299
|
-
/** @description List users across
|
|
2317
|
+
/** @description List child-team users across one regional partition of the partner portfolio with their team memberships and owner accesses. Users who belong to the partner team itself are excluded. Select the partition with x-data-region. */
|
|
2300
2318
|
get: operations["getPartnerUsers"];
|
|
2301
2319
|
put?: never;
|
|
2302
2320
|
post?: never;
|
|
@@ -2313,7 +2331,7 @@ export interface paths {
|
|
|
2313
2331
|
path?: never;
|
|
2314
2332
|
cookie?: never;
|
|
2315
2333
|
};
|
|
2316
|
-
/** @description Get a single portfolio user with
|
|
2334
|
+
/** @description Get a single portfolio user with memberships and owner accesses from one regional partition. Select the partition with x-data-region. */
|
|
2317
2335
|
get: operations["getPartnerUser"];
|
|
2318
2336
|
put?: never;
|
|
2319
2337
|
post?: never;
|
|
@@ -3870,7 +3888,7 @@ export interface paths {
|
|
|
3870
3888
|
path?: never;
|
|
3871
3889
|
cookie?: never;
|
|
3872
3890
|
};
|
|
3873
|
-
/** @description
|
|
3891
|
+
/** @description List accessible teams in one regional data partition. Partner callers can select the partition with x-data-region. */
|
|
3874
3892
|
get: operations["getTeams"];
|
|
3875
3893
|
put?: never;
|
|
3876
3894
|
/** @description Create team */
|
|
@@ -3888,7 +3906,7 @@ export interface paths {
|
|
|
3888
3906
|
path?: never;
|
|
3889
3907
|
cookie?: never;
|
|
3890
3908
|
};
|
|
3891
|
-
/** @description List cursor-paginated materialized issue summaries across accessible teams. */
|
|
3909
|
+
/** @description List cursor-paginated materialized issue summaries across accessible teams in one regional data partition. Partner callers can select the partition with x-data-region. */
|
|
3892
3910
|
get: operations["getTeamsIssues"];
|
|
3893
3911
|
put?: never;
|
|
3894
3912
|
post?: never;
|
|
@@ -3905,7 +3923,7 @@ export interface paths {
|
|
|
3905
3923
|
path?: never;
|
|
3906
3924
|
cookie?: never;
|
|
3907
3925
|
};
|
|
3908
|
-
/** @description Look up teams by name */
|
|
3926
|
+
/** @description Look up accessible teams by name in one regional data partition. Partner callers can select the partition with x-data-region. */
|
|
3909
3927
|
get: operations["getTeamsLookup"];
|
|
3910
3928
|
put?: never;
|
|
3911
3929
|
post?: never;
|
|
@@ -29566,6 +29584,207 @@ export interface operations {
|
|
|
29566
29584
|
};
|
|
29567
29585
|
};
|
|
29568
29586
|
};
|
|
29587
|
+
getInternalUsers: {
|
|
29588
|
+
parameters: {
|
|
29589
|
+
query?: {
|
|
29590
|
+
/** @description Filter by email, secondary email, first name, last name, or full name */
|
|
29591
|
+
search?: string;
|
|
29592
|
+
limit?: number;
|
|
29593
|
+
page?: number;
|
|
29594
|
+
offset?: number;
|
|
29595
|
+
};
|
|
29596
|
+
header?: {
|
|
29597
|
+
/** @description Selects the regional data partition for this regional collection read. It does not change the authenticated team context. */
|
|
29598
|
+
"x-data-region"?: "ap" | "crunchy" | "eu" | "hostaway" | "us";
|
|
29599
|
+
};
|
|
29600
|
+
path?: never;
|
|
29601
|
+
cookie?: never;
|
|
29602
|
+
};
|
|
29603
|
+
requestBody?: never;
|
|
29604
|
+
responses: {
|
|
29605
|
+
/** @description Successful response */
|
|
29606
|
+
200: {
|
|
29607
|
+
headers: {
|
|
29608
|
+
[name: string]: unknown;
|
|
29609
|
+
};
|
|
29610
|
+
content: {
|
|
29611
|
+
"application/json": {
|
|
29612
|
+
data: {
|
|
29613
|
+
/** Format: uuid */
|
|
29614
|
+
id: string;
|
|
29615
|
+
firstName: string | null;
|
|
29616
|
+
lastName: string | null;
|
|
29617
|
+
/** Format: email */
|
|
29618
|
+
email: string;
|
|
29619
|
+
secondaryEmails: string[];
|
|
29620
|
+
/** @description User kind (e.g. user, owner) */
|
|
29621
|
+
type?: string | null;
|
|
29622
|
+
lastSeen: string | null;
|
|
29623
|
+
createdAt: string | null;
|
|
29624
|
+
memberships: {
|
|
29625
|
+
/** Format: uuid */
|
|
29626
|
+
teamId: string;
|
|
29627
|
+
teamName: string;
|
|
29628
|
+
role?: string | null;
|
|
29629
|
+
status?: string | null;
|
|
29630
|
+
lastInvitedAt: string | null;
|
|
29631
|
+
}[];
|
|
29632
|
+
ownerAccesses: {
|
|
29633
|
+
/** Format: uuid */
|
|
29634
|
+
teamId: string;
|
|
29635
|
+
contactId: string | null;
|
|
29636
|
+
ownerId: string | null;
|
|
29637
|
+
role?: string | null;
|
|
29638
|
+
/** @description Owner contact name */
|
|
29639
|
+
name?: string | null;
|
|
29640
|
+
}[];
|
|
29641
|
+
}[];
|
|
29642
|
+
pagination: {
|
|
29643
|
+
/** @default 100 */
|
|
29644
|
+
limit: number;
|
|
29645
|
+
/** @default 1 */
|
|
29646
|
+
page: number;
|
|
29647
|
+
total: number;
|
|
29648
|
+
totalPage: number;
|
|
29649
|
+
nextPage?: number;
|
|
29650
|
+
};
|
|
29651
|
+
};
|
|
29652
|
+
};
|
|
29653
|
+
};
|
|
29654
|
+
/** @description Bad request */
|
|
29655
|
+
400: {
|
|
29656
|
+
headers: {
|
|
29657
|
+
[name: string]: unknown;
|
|
29658
|
+
};
|
|
29659
|
+
content: {
|
|
29660
|
+
"application/json": {
|
|
29661
|
+
code: string;
|
|
29662
|
+
message: string;
|
|
29663
|
+
links?: {
|
|
29664
|
+
docs: string;
|
|
29665
|
+
schema: string;
|
|
29666
|
+
};
|
|
29667
|
+
issues?: {
|
|
29668
|
+
message: string;
|
|
29669
|
+
path?: (string | number)[];
|
|
29670
|
+
schema?: string;
|
|
29671
|
+
}[];
|
|
29672
|
+
context?: unknown;
|
|
29673
|
+
};
|
|
29674
|
+
};
|
|
29675
|
+
};
|
|
29676
|
+
/** @description Unauthorized */
|
|
29677
|
+
401: {
|
|
29678
|
+
headers: {
|
|
29679
|
+
[name: string]: unknown;
|
|
29680
|
+
};
|
|
29681
|
+
content: {
|
|
29682
|
+
"application/json": {
|
|
29683
|
+
code: string;
|
|
29684
|
+
message: string;
|
|
29685
|
+
links?: {
|
|
29686
|
+
docs: string;
|
|
29687
|
+
schema: string;
|
|
29688
|
+
};
|
|
29689
|
+
issues?: {
|
|
29690
|
+
message: string;
|
|
29691
|
+
path?: (string | number)[];
|
|
29692
|
+
schema?: string;
|
|
29693
|
+
}[];
|
|
29694
|
+
context?: unknown;
|
|
29695
|
+
};
|
|
29696
|
+
};
|
|
29697
|
+
};
|
|
29698
|
+
/** @description Forbidden */
|
|
29699
|
+
403: {
|
|
29700
|
+
headers: {
|
|
29701
|
+
[name: string]: unknown;
|
|
29702
|
+
};
|
|
29703
|
+
content: {
|
|
29704
|
+
"application/json": {
|
|
29705
|
+
code: string;
|
|
29706
|
+
message: string;
|
|
29707
|
+
links?: {
|
|
29708
|
+
docs: string;
|
|
29709
|
+
schema: string;
|
|
29710
|
+
};
|
|
29711
|
+
issues?: {
|
|
29712
|
+
message: string;
|
|
29713
|
+
path?: (string | number)[];
|
|
29714
|
+
schema?: string;
|
|
29715
|
+
}[];
|
|
29716
|
+
context?: unknown;
|
|
29717
|
+
};
|
|
29718
|
+
};
|
|
29719
|
+
};
|
|
29720
|
+
/** @description Not found */
|
|
29721
|
+
404: {
|
|
29722
|
+
headers: {
|
|
29723
|
+
[name: string]: unknown;
|
|
29724
|
+
};
|
|
29725
|
+
content: {
|
|
29726
|
+
"application/json": {
|
|
29727
|
+
code: string;
|
|
29728
|
+
message: string;
|
|
29729
|
+
links?: {
|
|
29730
|
+
docs: string;
|
|
29731
|
+
schema: string;
|
|
29732
|
+
};
|
|
29733
|
+
issues?: {
|
|
29734
|
+
message: string;
|
|
29735
|
+
path?: (string | number)[];
|
|
29736
|
+
schema?: string;
|
|
29737
|
+
}[];
|
|
29738
|
+
context?: unknown;
|
|
29739
|
+
};
|
|
29740
|
+
};
|
|
29741
|
+
};
|
|
29742
|
+
/** @description Internal server error */
|
|
29743
|
+
500: {
|
|
29744
|
+
headers: {
|
|
29745
|
+
[name: string]: unknown;
|
|
29746
|
+
};
|
|
29747
|
+
content: {
|
|
29748
|
+
"application/json": {
|
|
29749
|
+
code: string;
|
|
29750
|
+
message: string;
|
|
29751
|
+
links?: {
|
|
29752
|
+
docs: string;
|
|
29753
|
+
schema: string;
|
|
29754
|
+
};
|
|
29755
|
+
issues?: {
|
|
29756
|
+
message: string;
|
|
29757
|
+
path?: (string | number)[];
|
|
29758
|
+
schema?: string;
|
|
29759
|
+
}[];
|
|
29760
|
+
context?: unknown;
|
|
29761
|
+
};
|
|
29762
|
+
};
|
|
29763
|
+
};
|
|
29764
|
+
/** @description Service unavailable */
|
|
29765
|
+
503: {
|
|
29766
|
+
headers: {
|
|
29767
|
+
[name: string]: unknown;
|
|
29768
|
+
};
|
|
29769
|
+
content: {
|
|
29770
|
+
"application/json": {
|
|
29771
|
+
code: string;
|
|
29772
|
+
message: string;
|
|
29773
|
+
links?: {
|
|
29774
|
+
docs: string;
|
|
29775
|
+
schema: string;
|
|
29776
|
+
};
|
|
29777
|
+
issues?: {
|
|
29778
|
+
message: string;
|
|
29779
|
+
path?: (string | number)[];
|
|
29780
|
+
schema?: string;
|
|
29781
|
+
}[];
|
|
29782
|
+
context?: unknown;
|
|
29783
|
+
};
|
|
29784
|
+
};
|
|
29785
|
+
};
|
|
29786
|
+
};
|
|
29787
|
+
};
|
|
29569
29788
|
postInternalUsers: {
|
|
29570
29789
|
parameters: {
|
|
29571
29790
|
query?: never;
|
|
@@ -35301,6 +35520,10 @@ export interface operations {
|
|
|
35301
35520
|
name: string | null;
|
|
35302
35521
|
slug: string;
|
|
35303
35522
|
/** @enum {string} */
|
|
35523
|
+
dataRegion: "ap" | "crunchy" | "eu" | "hostaway" | "us";
|
|
35524
|
+
/** Format: uri */
|
|
35525
|
+
apiBaseUrl: string;
|
|
35526
|
+
/** @enum {string} */
|
|
35304
35527
|
type: "propertyManager" | "partner";
|
|
35305
35528
|
partnerId: string | null;
|
|
35306
35529
|
isGeneralLedger: boolean;
|
|
@@ -35374,6 +35597,18 @@ export interface operations {
|
|
|
35374
35597
|
ownerNeedsReviewId: string | null;
|
|
35375
35598
|
guideOnboardingStatus: ("skipped" | "completed") | null;
|
|
35376
35599
|
} | null;
|
|
35600
|
+
partnerContext: {
|
|
35601
|
+
managedTeamRegions: {
|
|
35602
|
+
/** @enum {string} */
|
|
35603
|
+
dataRegion: "ap" | "crunchy" | "eu" | "hostaway" | "us";
|
|
35604
|
+
/** Format: uri */
|
|
35605
|
+
apiBaseUrl: string;
|
|
35606
|
+
counts: {
|
|
35607
|
+
active: number;
|
|
35608
|
+
inactive: number;
|
|
35609
|
+
};
|
|
35610
|
+
}[];
|
|
35611
|
+
} | null;
|
|
35377
35612
|
};
|
|
35378
35613
|
};
|
|
35379
35614
|
};
|
|
@@ -39270,6 +39505,10 @@ export interface operations {
|
|
|
39270
39505
|
/** Format: email */
|
|
39271
39506
|
email: string;
|
|
39272
39507
|
secondaryEmails: string[];
|
|
39508
|
+
/** @enum {string} */
|
|
39509
|
+
role: "admin" | "user";
|
|
39510
|
+
status: ("active" | "inactive" | "unconfirmed") | null;
|
|
39511
|
+
lastInvitedAt: string | null;
|
|
39273
39512
|
partnerId: string | null;
|
|
39274
39513
|
name: string | null;
|
|
39275
39514
|
firstName: string | null;
|
|
@@ -39756,6 +39995,198 @@ export interface operations {
|
|
|
39756
39995
|
};
|
|
39757
39996
|
};
|
|
39758
39997
|
};
|
|
39998
|
+
getPartnerOwnerStatements: {
|
|
39999
|
+
parameters: {
|
|
40000
|
+
query?: {
|
|
40001
|
+
/** @description Filter by team name */
|
|
40002
|
+
search?: string;
|
|
40003
|
+
/** @description Owner statement status count to sort by */
|
|
40004
|
+
sortBy?: "draft" | "inReview" | "published";
|
|
40005
|
+
/** @description Sort direction, defaults to asc */
|
|
40006
|
+
sortDirection?: "asc" | "desc";
|
|
40007
|
+
limit?: number;
|
|
40008
|
+
page?: number;
|
|
40009
|
+
offset?: number;
|
|
40010
|
+
};
|
|
40011
|
+
header?: {
|
|
40012
|
+
/** @description Selects the regional data partition for this regional collection read. It does not change the authenticated team context. */
|
|
40013
|
+
"x-data-region"?: "ap" | "crunchy" | "eu" | "hostaway" | "us";
|
|
40014
|
+
};
|
|
40015
|
+
path?: never;
|
|
40016
|
+
cookie?: never;
|
|
40017
|
+
};
|
|
40018
|
+
requestBody?: never;
|
|
40019
|
+
responses: {
|
|
40020
|
+
/** @description Successful response */
|
|
40021
|
+
200: {
|
|
40022
|
+
headers: {
|
|
40023
|
+
[name: string]: unknown;
|
|
40024
|
+
};
|
|
40025
|
+
content: {
|
|
40026
|
+
"application/json": {
|
|
40027
|
+
data: {
|
|
40028
|
+
/** Format: uuid */
|
|
40029
|
+
id: string;
|
|
40030
|
+
name: string;
|
|
40031
|
+
logo?: string;
|
|
40032
|
+
/**
|
|
40033
|
+
* Format: date-time
|
|
40034
|
+
* @description Timestamp string with date, time, milliseconds, and timezone.
|
|
40035
|
+
* @example 2024-01-15T12:30:00.000+00:00
|
|
40036
|
+
*/
|
|
40037
|
+
createdAt: string;
|
|
40038
|
+
ownerStatements: {
|
|
40039
|
+
draft: number;
|
|
40040
|
+
inReview: number;
|
|
40041
|
+
published: number;
|
|
40042
|
+
};
|
|
40043
|
+
}[];
|
|
40044
|
+
pagination: {
|
|
40045
|
+
/** @default 100 */
|
|
40046
|
+
limit: number;
|
|
40047
|
+
/** @default 1 */
|
|
40048
|
+
page: number;
|
|
40049
|
+
total: number;
|
|
40050
|
+
totalPage: number;
|
|
40051
|
+
nextPage?: number;
|
|
40052
|
+
};
|
|
40053
|
+
};
|
|
40054
|
+
};
|
|
40055
|
+
};
|
|
40056
|
+
/** @description Bad request */
|
|
40057
|
+
400: {
|
|
40058
|
+
headers: {
|
|
40059
|
+
[name: string]: unknown;
|
|
40060
|
+
};
|
|
40061
|
+
content: {
|
|
40062
|
+
"application/json": {
|
|
40063
|
+
code: string;
|
|
40064
|
+
message: string;
|
|
40065
|
+
links?: {
|
|
40066
|
+
docs: string;
|
|
40067
|
+
schema: string;
|
|
40068
|
+
};
|
|
40069
|
+
issues?: {
|
|
40070
|
+
message: string;
|
|
40071
|
+
path?: (string | number)[];
|
|
40072
|
+
schema?: string;
|
|
40073
|
+
}[];
|
|
40074
|
+
context?: unknown;
|
|
40075
|
+
};
|
|
40076
|
+
};
|
|
40077
|
+
};
|
|
40078
|
+
/** @description Unauthorized */
|
|
40079
|
+
401: {
|
|
40080
|
+
headers: {
|
|
40081
|
+
[name: string]: unknown;
|
|
40082
|
+
};
|
|
40083
|
+
content: {
|
|
40084
|
+
"application/json": {
|
|
40085
|
+
code: string;
|
|
40086
|
+
message: string;
|
|
40087
|
+
links?: {
|
|
40088
|
+
docs: string;
|
|
40089
|
+
schema: string;
|
|
40090
|
+
};
|
|
40091
|
+
issues?: {
|
|
40092
|
+
message: string;
|
|
40093
|
+
path?: (string | number)[];
|
|
40094
|
+
schema?: string;
|
|
40095
|
+
}[];
|
|
40096
|
+
context?: unknown;
|
|
40097
|
+
};
|
|
40098
|
+
};
|
|
40099
|
+
};
|
|
40100
|
+
/** @description Forbidden */
|
|
40101
|
+
403: {
|
|
40102
|
+
headers: {
|
|
40103
|
+
[name: string]: unknown;
|
|
40104
|
+
};
|
|
40105
|
+
content: {
|
|
40106
|
+
"application/json": {
|
|
40107
|
+
code: string;
|
|
40108
|
+
message: string;
|
|
40109
|
+
links?: {
|
|
40110
|
+
docs: string;
|
|
40111
|
+
schema: string;
|
|
40112
|
+
};
|
|
40113
|
+
issues?: {
|
|
40114
|
+
message: string;
|
|
40115
|
+
path?: (string | number)[];
|
|
40116
|
+
schema?: string;
|
|
40117
|
+
}[];
|
|
40118
|
+
context?: unknown;
|
|
40119
|
+
};
|
|
40120
|
+
};
|
|
40121
|
+
};
|
|
40122
|
+
/** @description Not found */
|
|
40123
|
+
404: {
|
|
40124
|
+
headers: {
|
|
40125
|
+
[name: string]: unknown;
|
|
40126
|
+
};
|
|
40127
|
+
content: {
|
|
40128
|
+
"application/json": {
|
|
40129
|
+
code: string;
|
|
40130
|
+
message: string;
|
|
40131
|
+
links?: {
|
|
40132
|
+
docs: string;
|
|
40133
|
+
schema: string;
|
|
40134
|
+
};
|
|
40135
|
+
issues?: {
|
|
40136
|
+
message: string;
|
|
40137
|
+
path?: (string | number)[];
|
|
40138
|
+
schema?: string;
|
|
40139
|
+
}[];
|
|
40140
|
+
context?: unknown;
|
|
40141
|
+
};
|
|
40142
|
+
};
|
|
40143
|
+
};
|
|
40144
|
+
/** @description Internal server error */
|
|
40145
|
+
500: {
|
|
40146
|
+
headers: {
|
|
40147
|
+
[name: string]: unknown;
|
|
40148
|
+
};
|
|
40149
|
+
content: {
|
|
40150
|
+
"application/json": {
|
|
40151
|
+
code: string;
|
|
40152
|
+
message: string;
|
|
40153
|
+
links?: {
|
|
40154
|
+
docs: string;
|
|
40155
|
+
schema: string;
|
|
40156
|
+
};
|
|
40157
|
+
issues?: {
|
|
40158
|
+
message: string;
|
|
40159
|
+
path?: (string | number)[];
|
|
40160
|
+
schema?: string;
|
|
40161
|
+
}[];
|
|
40162
|
+
context?: unknown;
|
|
40163
|
+
};
|
|
40164
|
+
};
|
|
40165
|
+
};
|
|
40166
|
+
/** @description Service unavailable */
|
|
40167
|
+
503: {
|
|
40168
|
+
headers: {
|
|
40169
|
+
[name: string]: unknown;
|
|
40170
|
+
};
|
|
40171
|
+
content: {
|
|
40172
|
+
"application/json": {
|
|
40173
|
+
code: string;
|
|
40174
|
+
message: string;
|
|
40175
|
+
links?: {
|
|
40176
|
+
docs: string;
|
|
40177
|
+
schema: string;
|
|
40178
|
+
};
|
|
40179
|
+
issues?: {
|
|
40180
|
+
message: string;
|
|
40181
|
+
path?: (string | number)[];
|
|
40182
|
+
schema?: string;
|
|
40183
|
+
}[];
|
|
40184
|
+
context?: unknown;
|
|
40185
|
+
};
|
|
40186
|
+
};
|
|
40187
|
+
};
|
|
40188
|
+
};
|
|
40189
|
+
};
|
|
39759
40190
|
getPartnerUsers: {
|
|
39760
40191
|
parameters: {
|
|
39761
40192
|
query?: {
|
|
@@ -39775,7 +40206,10 @@ export interface operations {
|
|
|
39775
40206
|
page?: number;
|
|
39776
40207
|
offset?: number;
|
|
39777
40208
|
};
|
|
39778
|
-
header?:
|
|
40209
|
+
header?: {
|
|
40210
|
+
/** @description Selects the regional data partition for this regional collection read. It does not change the authenticated team context. */
|
|
40211
|
+
"x-data-region"?: "ap" | "crunchy" | "eu" | "hostaway" | "us";
|
|
40212
|
+
};
|
|
39779
40213
|
path?: never;
|
|
39780
40214
|
cookie?: never;
|
|
39781
40215
|
};
|
|
@@ -39967,7 +40401,10 @@ export interface operations {
|
|
|
39967
40401
|
getPartnerUser: {
|
|
39968
40402
|
parameters: {
|
|
39969
40403
|
query?: never;
|
|
39970
|
-
header?:
|
|
40404
|
+
header?: {
|
|
40405
|
+
/** @description Selects the regional data partition for this regional collection read. It does not change the authenticated team context. */
|
|
40406
|
+
"x-data-region"?: "ap" | "crunchy" | "eu" | "hostaway" | "us";
|
|
40407
|
+
};
|
|
39971
40408
|
path: {
|
|
39972
40409
|
id: string;
|
|
39973
40410
|
};
|
|
@@ -77309,7 +77746,10 @@ export interface operations {
|
|
|
77309
77746
|
page?: number;
|
|
77310
77747
|
offset?: number;
|
|
77311
77748
|
};
|
|
77312
|
-
header?:
|
|
77749
|
+
header?: {
|
|
77750
|
+
/** @description Selects the regional data partition for this regional collection read. It does not change the authenticated team context. */
|
|
77751
|
+
"x-data-region"?: "ap" | "crunchy" | "eu" | "hostaway" | "us";
|
|
77752
|
+
};
|
|
77313
77753
|
path?: never;
|
|
77314
77754
|
cookie?: never;
|
|
77315
77755
|
};
|
|
@@ -78011,7 +78451,10 @@ export interface operations {
|
|
|
78011
78451
|
/** @description Opaque pagination cursor returned by a previous response. Pass it back unchanged. */
|
|
78012
78452
|
cursor?: string;
|
|
78013
78453
|
};
|
|
78014
|
-
header?:
|
|
78454
|
+
header?: {
|
|
78455
|
+
/** @description Selects the regional data partition for this regional collection read. It does not change the authenticated team context. */
|
|
78456
|
+
"x-data-region"?: "ap" | "crunchy" | "eu" | "hostaway" | "us";
|
|
78457
|
+
};
|
|
78015
78458
|
path?: never;
|
|
78016
78459
|
cookie?: never;
|
|
78017
78460
|
};
|
|
@@ -78863,7 +79306,10 @@ export interface operations {
|
|
|
78863
79306
|
page?: number;
|
|
78864
79307
|
offset?: number;
|
|
78865
79308
|
};
|
|
78866
|
-
header?:
|
|
79309
|
+
header?: {
|
|
79310
|
+
/** @description Selects the regional data partition for this regional collection read. It does not change the authenticated team context. */
|
|
79311
|
+
"x-data-region"?: "ap" | "crunchy" | "eu" | "hostaway" | "us";
|
|
79312
|
+
};
|
|
78867
79313
|
path?: never;
|
|
78868
79314
|
cookie?: never;
|
|
78869
79315
|
};
|