sandbox0 0.2.0 → 0.2.2

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.
Files changed (79) hide show
  1. package/dist/apispec/src/apis/AuthApi.d.ts +24 -1
  2. package/dist/apispec/src/apis/AuthApi.d.ts.map +1 -1
  3. package/dist/apispec/src/apis/AuthApi.js +58 -1
  4. package/dist/apispec/src/apis/index.d.ts +0 -1
  5. package/dist/apispec/src/apis/index.d.ts.map +1 -1
  6. package/dist/apispec/src/apis/index.js +0 -1
  7. package/dist/apispec/src/models/AuthProvider.d.ts +12 -0
  8. package/dist/apispec/src/models/AuthProvider.d.ts.map +1 -1
  9. package/dist/apispec/src/models/AuthProvider.js +8 -0
  10. package/dist/apispec/src/models/DeviceLoginPollRequest.d.ts +33 -0
  11. package/dist/apispec/src/models/DeviceLoginPollRequest.d.ts.map +1 -0
  12. package/dist/apispec/src/models/DeviceLoginPollRequest.js +43 -0
  13. package/dist/apispec/src/models/DeviceLoginPollResponse.d.ts +61 -0
  14. package/dist/apispec/src/models/DeviceLoginPollResponse.d.ts.map +1 -0
  15. package/dist/apispec/src/models/DeviceLoginPollResponse.js +58 -0
  16. package/dist/apispec/src/models/DeviceLoginStartResponse.d.ts +63 -0
  17. package/dist/apispec/src/models/DeviceLoginStartResponse.d.ts.map +1 -0
  18. package/dist/apispec/src/models/DeviceLoginStartResponse.js +61 -0
  19. package/dist/apispec/src/models/ExecAction.d.ts +33 -0
  20. package/dist/apispec/src/models/ExecAction.d.ts.map +1 -0
  21. package/dist/apispec/src/models/ExecAction.js +41 -0
  22. package/dist/apispec/src/models/GRPCAction.d.ts +39 -0
  23. package/dist/apispec/src/models/GRPCAction.d.ts.map +1 -0
  24. package/dist/apispec/src/models/GRPCAction.js +45 -0
  25. package/dist/apispec/src/models/HTTPGetAction.d.ts +59 -0
  26. package/dist/apispec/src/models/HTTPGetAction.d.ts.map +1 -0
  27. package/dist/apispec/src/models/HTTPGetAction.js +53 -0
  28. package/dist/apispec/src/models/HTTPHeader.d.ts +39 -0
  29. package/dist/apispec/src/models/HTTPHeader.d.ts.map +1 -0
  30. package/dist/apispec/src/models/HTTPHeader.js +47 -0
  31. package/dist/apispec/src/models/LoginResponse.d.ts +0 -7
  32. package/dist/apispec/src/models/LoginResponse.d.ts.map +1 -1
  33. package/dist/apispec/src/models/LoginResponse.js +0 -3
  34. package/dist/apispec/src/models/Probe.d.ts +91 -0
  35. package/dist/apispec/src/models/Probe.d.ts.map +1 -0
  36. package/dist/apispec/src/models/Probe.js +63 -0
  37. package/dist/apispec/src/models/ProbePort.d.ts +22 -0
  38. package/dist/apispec/src/models/ProbePort.d.ts.map +1 -0
  39. package/dist/apispec/src/models/ProbePort.js +43 -0
  40. package/dist/apispec/src/models/RegisterRequest.d.ts +1 -1
  41. package/dist/apispec/src/models/SandboxTemplateSpec.d.ts +3 -2
  42. package/dist/apispec/src/models/SandboxTemplateSpec.d.ts.map +1 -1
  43. package/dist/apispec/src/models/SandboxTemplateSpec.js +3 -2
  44. package/dist/apispec/src/models/SidecarContainerSpec.d.ts +91 -0
  45. package/dist/apispec/src/models/SidecarContainerSpec.d.ts.map +1 -0
  46. package/dist/apispec/src/models/SidecarContainerSpec.js +67 -0
  47. package/dist/apispec/src/models/SuccessDeviceLoginPollResponse.d.ts +40 -0
  48. package/dist/apispec/src/models/SuccessDeviceLoginPollResponse.d.ts.map +1 -0
  49. package/dist/apispec/src/models/SuccessDeviceLoginPollResponse.js +46 -0
  50. package/dist/apispec/src/models/SuccessDeviceLoginStartResponse.d.ts +40 -0
  51. package/dist/apispec/src/models/{SuccessIssueRegionTokenResponse.d.ts.map → SuccessDeviceLoginStartResponse.d.ts.map} +1 -1
  52. package/dist/apispec/src/models/SuccessDeviceLoginStartResponse.js +46 -0
  53. package/dist/apispec/src/models/TCPSocketAction.d.ts +40 -0
  54. package/dist/apispec/src/models/TCPSocketAction.d.ts.map +1 -0
  55. package/dist/apispec/src/models/TCPSocketAction.js +46 -0
  56. package/dist/apispec/src/models/UpdateUserRequest.d.ts +0 -6
  57. package/dist/apispec/src/models/UpdateUserRequest.d.ts.map +1 -1
  58. package/dist/apispec/src/models/UpdateUserRequest.js +0 -2
  59. package/dist/apispec/src/models/User.d.ts +0 -13
  60. package/dist/apispec/src/models/User.d.ts.map +1 -1
  61. package/dist/apispec/src/models/User.js +0 -5
  62. package/dist/apispec/src/models/index.d.ts +13 -6
  63. package/dist/apispec/src/models/index.d.ts.map +1 -1
  64. package/dist/apispec/src/models/index.js +13 -6
  65. package/package.json +1 -1
  66. package/dist/apispec/src/apis/TenantApi.d.ts +0 -41
  67. package/dist/apispec/src/apis/TenantApi.d.ts.map +0 -1
  68. package/dist/apispec/src/apis/TenantApi.js +0 -83
  69. package/dist/apispec/src/models/IssueRegionTokenRequest.d.ts +0 -33
  70. package/dist/apispec/src/models/IssueRegionTokenRequest.d.ts.map +0 -1
  71. package/dist/apispec/src/models/IssueRegionTokenRequest.js +0 -41
  72. package/dist/apispec/src/models/IssueRegionTokenResponse.d.ts +0 -51
  73. package/dist/apispec/src/models/IssueRegionTokenResponse.d.ts.map +0 -1
  74. package/dist/apispec/src/models/IssueRegionTokenResponse.js +0 -53
  75. package/dist/apispec/src/models/RegionalSession.d.ts +0 -51
  76. package/dist/apispec/src/models/RegionalSession.d.ts.map +0 -1
  77. package/dist/apispec/src/models/RegionalSession.js +0 -53
  78. package/dist/apispec/src/models/SuccessIssueRegionTokenResponse.d.ts +0 -40
  79. package/dist/apispec/src/models/SuccessIssueRegionTokenResponse.js +0 -46
@@ -0,0 +1,91 @@
1
+ /**
2
+ * Sandbox0 API
3
+ * Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
4
+ *
5
+ * The version of the OpenAPI document: 0.1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ResourceQuota } from './ResourceQuota.js';
13
+ import type { SecurityContext } from './SecurityContext.js';
14
+ import type { EnvVar } from './EnvVar.js';
15
+ import type { Probe } from './Probe.js';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface SidecarContainerSpec
20
+ */
21
+ export interface SidecarContainerSpec {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof SidecarContainerSpec
26
+ */
27
+ name: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof SidecarContainerSpec
32
+ */
33
+ image: string;
34
+ /**
35
+ *
36
+ * @type {Array<string>}
37
+ * @memberof SidecarContainerSpec
38
+ */
39
+ command?: Array<string>;
40
+ /**
41
+ *
42
+ * @type {Array<string>}
43
+ * @memberof SidecarContainerSpec
44
+ */
45
+ args?: Array<string>;
46
+ /**
47
+ *
48
+ * @type {Array<EnvVar>}
49
+ * @memberof SidecarContainerSpec
50
+ */
51
+ env?: Array<EnvVar>;
52
+ /**
53
+ *
54
+ * @type {ResourceQuota}
55
+ * @memberof SidecarContainerSpec
56
+ */
57
+ resources?: ResourceQuota;
58
+ /**
59
+ *
60
+ * @type {SecurityContext}
61
+ * @memberof SidecarContainerSpec
62
+ */
63
+ securityContext?: SecurityContext;
64
+ /**
65
+ *
66
+ * @type {Probe}
67
+ * @memberof SidecarContainerSpec
68
+ */
69
+ readinessProbe?: Probe;
70
+ /**
71
+ *
72
+ * @type {Probe}
73
+ * @memberof SidecarContainerSpec
74
+ */
75
+ livenessProbe?: Probe;
76
+ /**
77
+ *
78
+ * @type {Probe}
79
+ * @memberof SidecarContainerSpec
80
+ */
81
+ startupProbe?: Probe;
82
+ }
83
+ /**
84
+ * Check if a given object implements the SidecarContainerSpec interface.
85
+ */
86
+ export declare function instanceOfSidecarContainerSpec(value: object): value is SidecarContainerSpec;
87
+ export declare function SidecarContainerSpecFromJSON(json: any): SidecarContainerSpec;
88
+ export declare function SidecarContainerSpecFromJSONTyped(json: any, ignoreDiscriminator: boolean): SidecarContainerSpec;
89
+ export declare function SidecarContainerSpecToJSON(json: any): SidecarContainerSpec;
90
+ export declare function SidecarContainerSpecToJSONTyped(value?: SidecarContainerSpec | null, ignoreDiscriminator?: boolean): any;
91
+ //# sourceMappingURL=SidecarContainerSpec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SidecarContainerSpec.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SidecarContainerSpec.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAOrD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAOzD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAOvC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAQrC;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB;;;;OAIG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC;CACxB;AAED;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAI3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAiB/G;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE1E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAkB9H"}
@@ -0,0 +1,67 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Sandbox0 API
5
+ * Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
6
+ *
7
+ * The version of the OpenAPI document: 0.1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { ResourceQuotaFromJSON, ResourceQuotaToJSON, } from './ResourceQuota.js';
15
+ import { SecurityContextFromJSON, SecurityContextToJSON, } from './SecurityContext.js';
16
+ import { EnvVarFromJSON, EnvVarToJSON, } from './EnvVar.js';
17
+ import { ProbeFromJSON, ProbeToJSON, } from './Probe.js';
18
+ /**
19
+ * Check if a given object implements the SidecarContainerSpec interface.
20
+ */
21
+ export function instanceOfSidecarContainerSpec(value) {
22
+ if (!('name' in value) || value['name'] === undefined)
23
+ return false;
24
+ if (!('image' in value) || value['image'] === undefined)
25
+ return false;
26
+ return true;
27
+ }
28
+ export function SidecarContainerSpecFromJSON(json) {
29
+ return SidecarContainerSpecFromJSONTyped(json, false);
30
+ }
31
+ export function SidecarContainerSpecFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'name': json['name'],
37
+ 'image': json['image'],
38
+ 'command': json['command'] == null ? undefined : json['command'],
39
+ 'args': json['args'] == null ? undefined : json['args'],
40
+ 'env': json['env'] == null ? undefined : (json['env'].map(EnvVarFromJSON)),
41
+ 'resources': json['resources'] == null ? undefined : ResourceQuotaFromJSON(json['resources']),
42
+ 'securityContext': json['securityContext'] == null ? undefined : SecurityContextFromJSON(json['securityContext']),
43
+ 'readinessProbe': json['readinessProbe'] == null ? undefined : ProbeFromJSON(json['readinessProbe']),
44
+ 'livenessProbe': json['livenessProbe'] == null ? undefined : ProbeFromJSON(json['livenessProbe']),
45
+ 'startupProbe': json['startupProbe'] == null ? undefined : ProbeFromJSON(json['startupProbe']),
46
+ };
47
+ }
48
+ export function SidecarContainerSpecToJSON(json) {
49
+ return SidecarContainerSpecToJSONTyped(json, false);
50
+ }
51
+ export function SidecarContainerSpecToJSONTyped(value, ignoreDiscriminator = false) {
52
+ if (value == null) {
53
+ return value;
54
+ }
55
+ return {
56
+ 'name': value['name'],
57
+ 'image': value['image'],
58
+ 'command': value['command'],
59
+ 'args': value['args'],
60
+ 'env': value['env'] == null ? undefined : (value['env'].map(EnvVarToJSON)),
61
+ 'resources': ResourceQuotaToJSON(value['resources']),
62
+ 'securityContext': SecurityContextToJSON(value['securityContext']),
63
+ 'readinessProbe': ProbeToJSON(value['readinessProbe']),
64
+ 'livenessProbe': ProbeToJSON(value['livenessProbe']),
65
+ 'startupProbe': ProbeToJSON(value['startupProbe']),
66
+ };
67
+ }
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Sandbox0 API
3
+ * Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
4
+ *
5
+ * The version of the OpenAPI document: 0.1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { DeviceLoginPollResponse } from './DeviceLoginPollResponse.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SuccessDeviceLoginPollResponse
17
+ */
18
+ export interface SuccessDeviceLoginPollResponse {
19
+ /**
20
+ *
21
+ * @type {boolean}
22
+ * @memberof SuccessDeviceLoginPollResponse
23
+ */
24
+ success: boolean;
25
+ /**
26
+ *
27
+ * @type {DeviceLoginPollResponse}
28
+ * @memberof SuccessDeviceLoginPollResponse
29
+ */
30
+ data?: DeviceLoginPollResponse;
31
+ }
32
+ /**
33
+ * Check if a given object implements the SuccessDeviceLoginPollResponse interface.
34
+ */
35
+ export declare function instanceOfSuccessDeviceLoginPollResponse(value: object): value is SuccessDeviceLoginPollResponse;
36
+ export declare function SuccessDeviceLoginPollResponseFromJSON(json: any): SuccessDeviceLoginPollResponse;
37
+ export declare function SuccessDeviceLoginPollResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessDeviceLoginPollResponse;
38
+ export declare function SuccessDeviceLoginPollResponseToJSON(json: any): SuccessDeviceLoginPollResponse;
39
+ export declare function SuccessDeviceLoginPollResponseToJSONTyped(value?: SuccessDeviceLoginPollResponse | null, ignoreDiscriminator?: boolean): any;
40
+ //# sourceMappingURL=SuccessDeviceLoginPollResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SuccessDeviceLoginPollResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessDeviceLoginPollResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAQzE;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,uBAAuB,CAAC;CAClC;AAED;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAG/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CASnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUlJ"}
@@ -0,0 +1,46 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Sandbox0 API
5
+ * Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
6
+ *
7
+ * The version of the OpenAPI document: 0.1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { DeviceLoginPollResponseFromJSON, DeviceLoginPollResponseToJSON, } from './DeviceLoginPollResponse.js';
15
+ /**
16
+ * Check if a given object implements the SuccessDeviceLoginPollResponse interface.
17
+ */
18
+ export function instanceOfSuccessDeviceLoginPollResponse(value) {
19
+ if (!('success' in value) || value['success'] === undefined)
20
+ return false;
21
+ return true;
22
+ }
23
+ export function SuccessDeviceLoginPollResponseFromJSON(json) {
24
+ return SuccessDeviceLoginPollResponseFromJSONTyped(json, false);
25
+ }
26
+ export function SuccessDeviceLoginPollResponseFromJSONTyped(json, ignoreDiscriminator) {
27
+ if (json == null) {
28
+ return json;
29
+ }
30
+ return {
31
+ 'success': json['success'],
32
+ 'data': json['data'] == null ? undefined : DeviceLoginPollResponseFromJSON(json['data']),
33
+ };
34
+ }
35
+ export function SuccessDeviceLoginPollResponseToJSON(json) {
36
+ return SuccessDeviceLoginPollResponseToJSONTyped(json, false);
37
+ }
38
+ export function SuccessDeviceLoginPollResponseToJSONTyped(value, ignoreDiscriminator = false) {
39
+ if (value == null) {
40
+ return value;
41
+ }
42
+ return {
43
+ 'success': value['success'],
44
+ 'data': DeviceLoginPollResponseToJSON(value['data']),
45
+ };
46
+ }
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Sandbox0 API
3
+ * Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
4
+ *
5
+ * The version of the OpenAPI document: 0.1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { DeviceLoginStartResponse } from './DeviceLoginStartResponse.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SuccessDeviceLoginStartResponse
17
+ */
18
+ export interface SuccessDeviceLoginStartResponse {
19
+ /**
20
+ *
21
+ * @type {boolean}
22
+ * @memberof SuccessDeviceLoginStartResponse
23
+ */
24
+ success: boolean;
25
+ /**
26
+ *
27
+ * @type {DeviceLoginStartResponse}
28
+ * @memberof SuccessDeviceLoginStartResponse
29
+ */
30
+ data?: DeviceLoginStartResponse;
31
+ }
32
+ /**
33
+ * Check if a given object implements the SuccessDeviceLoginStartResponse interface.
34
+ */
35
+ export declare function instanceOfSuccessDeviceLoginStartResponse(value: object): value is SuccessDeviceLoginStartResponse;
36
+ export declare function SuccessDeviceLoginStartResponseFromJSON(json: any): SuccessDeviceLoginStartResponse;
37
+ export declare function SuccessDeviceLoginStartResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessDeviceLoginStartResponse;
38
+ export declare function SuccessDeviceLoginStartResponseToJSON(json: any): SuccessDeviceLoginStartResponse;
39
+ export declare function SuccessDeviceLoginStartResponseToJSONTyped(value?: SuccessDeviceLoginStartResponse | null, ignoreDiscriminator?: boolean): any;
40
+ //# sourceMappingURL=SuccessDeviceLoginStartResponse.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SuccessIssueRegionTokenResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessIssueRegionTokenResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;CACnC;AAED;;GAEG;AACH,wBAAgB,yCAAyC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+BAA+B,CAGjH;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAElG;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,+BAA+B,CASrI;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAEhG;AAED,wBAAgB,0CAA0C,CAAC,KAAK,CAAC,EAAE,+BAA+B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpJ"}
1
+ {"version":3,"file":"SuccessDeviceLoginStartResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessDeviceLoginStartResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;CACnC;AAED;;GAEG;AACH,wBAAgB,yCAAyC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+BAA+B,CAGjH;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAElG;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,+BAA+B,CASrI;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAEhG;AAED,wBAAgB,0CAA0C,CAAC,KAAK,CAAC,EAAE,+BAA+B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpJ"}
@@ -0,0 +1,46 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Sandbox0 API
5
+ * Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
6
+ *
7
+ * The version of the OpenAPI document: 0.1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { DeviceLoginStartResponseFromJSON, DeviceLoginStartResponseToJSON, } from './DeviceLoginStartResponse.js';
15
+ /**
16
+ * Check if a given object implements the SuccessDeviceLoginStartResponse interface.
17
+ */
18
+ export function instanceOfSuccessDeviceLoginStartResponse(value) {
19
+ if (!('success' in value) || value['success'] === undefined)
20
+ return false;
21
+ return true;
22
+ }
23
+ export function SuccessDeviceLoginStartResponseFromJSON(json) {
24
+ return SuccessDeviceLoginStartResponseFromJSONTyped(json, false);
25
+ }
26
+ export function SuccessDeviceLoginStartResponseFromJSONTyped(json, ignoreDiscriminator) {
27
+ if (json == null) {
28
+ return json;
29
+ }
30
+ return {
31
+ 'success': json['success'],
32
+ 'data': json['data'] == null ? undefined : DeviceLoginStartResponseFromJSON(json['data']),
33
+ };
34
+ }
35
+ export function SuccessDeviceLoginStartResponseToJSON(json) {
36
+ return SuccessDeviceLoginStartResponseToJSONTyped(json, false);
37
+ }
38
+ export function SuccessDeviceLoginStartResponseToJSONTyped(value, ignoreDiscriminator = false) {
39
+ if (value == null) {
40
+ return value;
41
+ }
42
+ return {
43
+ 'success': value['success'],
44
+ 'data': DeviceLoginStartResponseToJSON(value['data']),
45
+ };
46
+ }
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Sandbox0 API
3
+ * Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
4
+ *
5
+ * The version of the OpenAPI document: 0.1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ProbePort } from './ProbePort.js';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TCPSocketAction
17
+ */
18
+ export interface TCPSocketAction {
19
+ /**
20
+ *
21
+ * @type {ProbePort}
22
+ * @memberof TCPSocketAction
23
+ */
24
+ port: ProbePort;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof TCPSocketAction
29
+ */
30
+ host?: string;
31
+ }
32
+ /**
33
+ * Check if a given object implements the TCPSocketAction interface.
34
+ */
35
+ export declare function instanceOfTCPSocketAction(value: object): value is TCPSocketAction;
36
+ export declare function TCPSocketActionFromJSON(json: any): TCPSocketAction;
37
+ export declare function TCPSocketActionFromJSONTyped(json: any, ignoreDiscriminator: boolean): TCPSocketAction;
38
+ export declare function TCPSocketActionToJSON(json: any): TCPSocketAction;
39
+ export declare function TCPSocketActionToJSONTyped(value?: TCPSocketAction | null, ignoreDiscriminator?: boolean): any;
40
+ //# sourceMappingURL=TCPSocketAction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TCPSocketAction.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/TCPSocketAction.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAQ7C;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,IAAI,EAAE,SAAS,CAAC;IAChB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,eAAe,CAGjF;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAElE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,eAAe,CASrG;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAEhE;AAED,wBAAgB,0BAA0B,CAAC,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpH"}
@@ -0,0 +1,46 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Sandbox0 API
5
+ * Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
6
+ *
7
+ * The version of the OpenAPI document: 0.1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { ProbePortFromJSON, ProbePortToJSON, } from './ProbePort.js';
15
+ /**
16
+ * Check if a given object implements the TCPSocketAction interface.
17
+ */
18
+ export function instanceOfTCPSocketAction(value) {
19
+ if (!('port' in value) || value['port'] === undefined)
20
+ return false;
21
+ return true;
22
+ }
23
+ export function TCPSocketActionFromJSON(json) {
24
+ return TCPSocketActionFromJSONTyped(json, false);
25
+ }
26
+ export function TCPSocketActionFromJSONTyped(json, ignoreDiscriminator) {
27
+ if (json == null) {
28
+ return json;
29
+ }
30
+ return {
31
+ 'port': ProbePortFromJSON(json['port']),
32
+ 'host': json['host'] == null ? undefined : json['host'],
33
+ };
34
+ }
35
+ export function TCPSocketActionToJSON(json) {
36
+ return TCPSocketActionToJSONTyped(json, false);
37
+ }
38
+ export function TCPSocketActionToJSONTyped(value, ignoreDiscriminator = false) {
39
+ if (value == null) {
40
+ return value;
41
+ }
42
+ return {
43
+ 'port': ProbePortToJSON(value['port']),
44
+ 'host': value['host'],
45
+ };
46
+ }
@@ -27,12 +27,6 @@ export interface UpdateUserRequest {
27
27
  * @memberof UpdateUserRequest
28
28
  */
29
29
  avatarUrl?: string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof UpdateUserRequest
34
- */
35
- defaultTeamId?: string | null;
36
30
  }
37
31
  /**
38
32
  * Check if a given object implements the UpdateUserRequest interface.
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateUserRequest.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/UpdateUserRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iBAAiB,CAErF;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEtE;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iBAAiB,CAUzG;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEpE;AAED,wBAAgB,4BAA4B,CAAC,KAAK,CAAC,EAAE,iBAAiB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWxH"}
1
+ {"version":3,"file":"UpdateUserRequest.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/UpdateUserRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iBAAiB,CAErF;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEtE;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iBAAiB,CASzG;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEpE;AAED,wBAAgB,4BAA4B,CAAC,KAAK,CAAC,EAAE,iBAAiB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUxH"}
@@ -27,7 +27,6 @@ export function UpdateUserRequestFromJSONTyped(json, ignoreDiscriminator) {
27
27
  return {
28
28
  'name': json['name'] == null ? undefined : json['name'],
29
29
  'avatarUrl': json['avatar_url'] == null ? undefined : json['avatar_url'],
30
- 'defaultTeamId': json['default_team_id'] == null ? undefined : json['default_team_id'],
31
30
  };
32
31
  }
33
32
  export function UpdateUserRequestToJSON(json) {
@@ -40,6 +39,5 @@ export function UpdateUserRequestToJSONTyped(value, ignoreDiscriminator = false)
40
39
  return {
41
40
  'name': value['name'],
42
41
  'avatar_url': value['avatarUrl'],
43
- 'default_team_id': value['defaultTeamId'],
44
42
  };
45
43
  }
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { Team } from './Team.js';
13
12
  /**
14
13
  *
15
14
  * @export
@@ -40,18 +39,6 @@ export interface User {
40
39
  * @memberof User
41
40
  */
42
41
  avatarUrl?: string | null;
43
- /**
44
- *
45
- * @type {string}
46
- * @memberof User
47
- */
48
- defaultTeamId?: string | null;
49
- /**
50
- *
51
- * @type {Team}
52
- * @memberof User
53
- */
54
- defaultTeam?: Team | null;
55
42
  /**
56
43
  *
57
44
  * @type {boolean}
@@ -1 +1 @@
1
- {"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/User.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAQnC;;;;GAIG;AACH,MAAM,WAAW,IAAI;IACjB;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,aAAa,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,IAAI,CAAC;CACnB;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,IAAI,CAS3D;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAE5C;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,IAAI,CAiB/E;AAED,wBAAgB,UAAU,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAE1C;AAED,wBAAgB,eAAe,CAAC,KAAK,CAAC,EAAE,IAAI,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAkB9F"}
1
+ {"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/User.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,IAAI;IACjB;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,aAAa,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,IAAI,CAAC;CACnB;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,IAAI,CAS3D;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAE5C;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,IAAI,CAe/E;AAED,wBAAgB,UAAU,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAE1C;AAED,wBAAgB,eAAe,CAAC,KAAK,CAAC,EAAE,IAAI,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAgB9F"}
@@ -11,7 +11,6 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- import { TeamFromJSON, TeamToJSON, } from './Team.js';
15
14
  /**
16
15
  * Check if a given object implements the User interface.
17
16
  */
@@ -44,8 +43,6 @@ export function UserFromJSONTyped(json, ignoreDiscriminator) {
44
43
  'email': json['email'],
45
44
  'name': json['name'],
46
45
  'avatarUrl': json['avatar_url'] == null ? undefined : json['avatar_url'],
47
- 'defaultTeamId': json['default_team_id'] == null ? undefined : json['default_team_id'],
48
- 'defaultTeam': json['default_team'] == null ? undefined : TeamFromJSON(json['default_team']),
49
46
  'emailVerified': json['email_verified'],
50
47
  'isAdmin': json['is_admin'],
51
48
  'createdAt': (new Date(json['created_at'])),
@@ -64,8 +61,6 @@ export function UserToJSONTyped(value, ignoreDiscriminator = false) {
64
61
  'email': value['email'],
65
62
  'name': value['name'],
66
63
  'avatar_url': value['avatarUrl'],
67
- 'default_team_id': value['defaultTeamId'],
68
- 'default_team': TeamToJSON(value['defaultTeam']),
69
64
  'email_verified': value['emailVerified'],
70
65
  'is_admin': value['isAdmin'],
71
66
  'created_at': value['createdAt'].toISOString(),
@@ -1,5 +1,4 @@
1
1
  export * from './APIKey.js';
2
- export * from './ActiveTeam.js';
3
2
  export * from './AddTeamMemberRequest.js';
4
3
  export * from './Affinity.js';
5
4
  export * from './ApiV1SandboxesIdFilesGet200Response.js';
@@ -41,6 +40,9 @@ export * from './CredentialSourceMetadata.js';
41
40
  export * from './CredentialSourceResolverKind.js';
42
41
  export * from './CredentialSourceWriteRequest.js';
43
42
  export * from './CredentialSourceWriteSpec.js';
43
+ export * from './DeviceLoginPollRequest.js';
44
+ export * from './DeviceLoginPollResponse.js';
45
+ export * from './DeviceLoginStartResponse.js';
44
46
  export * from './EgressAuthFailurePolicy.js';
45
47
  export * from './EgressAuthProtocol.js';
46
48
  export * from './EgressAuthRolloutMode.js';
@@ -48,6 +50,7 @@ export * from './EgressCredentialRule.js';
48
50
  export * from './EgressTLSMode.js';
49
51
  export * from './EnvVar.js';
50
52
  export * from './ErrorEnvelope.js';
53
+ export * from './ExecAction.js';
51
54
  export * from './ExecCandidate.js';
52
55
  export * from './ExposedPortConfig.js';
53
56
  export * from './FileContentResponse.js';
@@ -61,11 +64,12 @@ export * from './FileWatchSubscribed.js';
61
64
  export * from './FileWatchUnsubscribeRequest.js';
62
65
  export * from './FileWatchUnsubscribed.js';
63
66
  export * from './ForkVolumeRequest.js';
67
+ export * from './GRPCAction.js';
64
68
  export * from './GatewayMetadata.js';
69
+ export * from './HTTPGetAction.js';
70
+ export * from './HTTPHeader.js';
65
71
  export * from './HTTPHeadersProjection.js';
66
72
  export * from './Identity.js';
67
- export * from './IssueRegionTokenRequest.js';
68
- export * from './IssueRegionTokenResponse.js';
69
73
  export * from './LabelSelector.js';
70
74
  export * from './LabelSelectorRequirement.js';
71
75
  export * from './LifecyclePolicy.js';
@@ -93,6 +97,8 @@ export * from './PoolStrategy.js';
93
97
  export * from './PortSpec.js';
94
98
  export * from './PreStopHook.js';
95
99
  export * from './PreferredSchedulingTerm.js';
100
+ export * from './Probe.js';
101
+ export * from './ProbePort.js';
96
102
  export * from './ProcessType.js';
97
103
  export * from './ProjectedHeader.js';
98
104
  export * from './ProjectionSpec.js';
@@ -104,7 +110,6 @@ export * from './REPLReadyMode.js';
104
110
  export * from './RefreshRequest.js';
105
111
  export * from './RefreshResponse.js';
106
112
  export * from './Region.js';
107
- export * from './RegionalSession.js';
108
113
  export * from './RegisterRequest.js';
109
114
  export * from './RegistryCredentials.js';
110
115
  export * from './ResizeContextRequest.js';
@@ -127,6 +132,7 @@ export * from './SandboxUpdateConfig.js';
127
132
  export * from './SandboxUpdateRequest.js';
128
133
  export * from './SandboxVolume.js';
129
134
  export * from './SecurityContext.js';
135
+ export * from './SidecarContainerSpec.js';
130
136
  export * from './SignalContextRequest.js';
131
137
  export * from './Snapshot.js';
132
138
  export * from './StaticHeadersSourceSpec.js';
@@ -134,7 +140,6 @@ export * from './StaticTLSClientCertificateSourceSpec.js';
134
140
  export * from './StaticUsernamePasswordSourceSpec.js';
135
141
  export * from './SuccessAPIKeyListResponse.js';
136
142
  export * from './SuccessAPIKeyListResponseAllOfData.js';
137
- export * from './SuccessActiveTeamResponse.js';
138
143
  export * from './SuccessAuthProvidersResponse.js';
139
144
  export * from './SuccessAuthProvidersResponseAllOfData.js';
140
145
  export * from './SuccessClaimResponse.js';
@@ -150,6 +155,8 @@ export * from './SuccessCredentialSourceListResponse.js';
150
155
  export * from './SuccessCredentialSourceResponse.js';
151
156
  export * from './SuccessDeletedResponse.js';
152
157
  export * from './SuccessDeletedResponseAllOfData.js';
158
+ export * from './SuccessDeviceLoginPollResponse.js';
159
+ export * from './SuccessDeviceLoginStartResponse.js';
153
160
  export * from './SuccessEnvelope.js';
154
161
  export * from './SuccessExposedPortsResponse.js';
155
162
  export * from './SuccessExposedPortsResponseAllOfData.js';
@@ -163,7 +170,6 @@ export * from './SuccessHealthResponse.js';
163
170
  export * from './SuccessHealthResponseAllOfData.js';
164
171
  export * from './SuccessIdentityListResponse.js';
165
172
  export * from './SuccessIdentityListResponseAllOfData.js';
166
- export * from './SuccessIssueRegionTokenResponse.js';
167
173
  export * from './SuccessLoginResponse.js';
168
174
  export * from './SuccessMessageResponse.js';
169
175
  export * from './SuccessMessageResponseAllOfData.js';
@@ -218,6 +224,7 @@ export * from './SyncConflict.js';
218
224
  export * from './SyncEventType.js';
219
225
  export * from './SyncJournalEntry.js';
220
226
  export * from './SyncReplica.js';
227
+ export * from './TCPSocketAction.js';
221
228
  export * from './Team.js';
222
229
  export * from './TeamMember.js';
223
230
  export * from './Template.js';