@rippling/rippling-sdk 0.2.0-alpha.57 → 0.2.0-alpha.59

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 (154) hide show
  1. package/client.d.mts +16 -10
  2. package/client.d.mts.map +1 -1
  3. package/client.d.ts +16 -10
  4. package/client.d.ts.map +1 -1
  5. package/client.js +21 -7
  6. package/client.js.map +1 -1
  7. package/client.mjs +21 -7
  8. package/client.mjs.map +1 -1
  9. package/examples/manifest/dental-practice-management/dental-practice-management.ts +0 -6
  10. package/examples/manifest/gym-membership-management/gym-membership-management.ts +0 -6
  11. package/examples/manifest/simple-todo-app/simple-todo-app.ts +0 -1
  12. package/lib/manifest/field.d.mts +0 -2
  13. package/lib/manifest/field.d.mts.map +1 -1
  14. package/lib/manifest/field.d.ts +0 -2
  15. package/lib/manifest/field.d.ts.map +1 -1
  16. package/lib/manifest/field.js +1 -1
  17. package/lib/manifest/field.js.map +1 -1
  18. package/lib/manifest/field.mjs +1 -1
  19. package/lib/manifest/field.mjs.map +1 -1
  20. package/lib/manifest/sdui-page.d.mts +0 -8
  21. package/lib/manifest/sdui-page.d.mts.map +1 -1
  22. package/lib/manifest/sdui-page.d.ts +0 -8
  23. package/lib/manifest/sdui-page.d.ts.map +1 -1
  24. package/lib/manifest/sdui-page.js +0 -4
  25. package/lib/manifest/sdui-page.js.map +1 -1
  26. package/lib/manifest/sdui-page.mjs +1 -5
  27. package/lib/manifest/sdui-page.mjs.map +1 -1
  28. package/package.json +1 -1
  29. package/resources/break-policies.d.mts +91 -0
  30. package/resources/break-policies.d.mts.map +1 -0
  31. package/resources/break-policies.d.ts +91 -0
  32. package/resources/break-policies.d.ts.map +1 -0
  33. package/resources/break-policies.js +32 -0
  34. package/resources/break-policies.js.map +1 -0
  35. package/resources/break-policies.mjs +28 -0
  36. package/resources/break-policies.mjs.map +1 -0
  37. package/resources/break-types.d.mts +105 -2
  38. package/resources/break-types.d.mts.map +1 -1
  39. package/resources/break-types.d.ts +105 -2
  40. package/resources/break-types.d.ts.map +1 -1
  41. package/resources/break-types.js +4 -2
  42. package/resources/break-types.js.map +1 -1
  43. package/resources/break-types.mjs +4 -2
  44. package/resources/break-types.mjs.map +1 -1
  45. package/resources/business-structure-paths.d.mts +109 -0
  46. package/resources/business-structure-paths.d.mts.map +1 -0
  47. package/resources/business-structure-paths.d.ts +109 -0
  48. package/resources/business-structure-paths.d.ts.map +1 -0
  49. package/resources/business-structure-paths.js +30 -0
  50. package/resources/business-structure-paths.js.map +1 -0
  51. package/resources/business-structure-paths.mjs +26 -0
  52. package/resources/business-structure-paths.mjs.map +1 -0
  53. package/resources/candidate-applications.d.mts +5 -1
  54. package/resources/candidate-applications.d.mts.map +1 -1
  55. package/resources/candidate-applications.d.ts +5 -1
  56. package/resources/candidate-applications.d.ts.map +1 -1
  57. package/resources/candidate-applications.js +1 -1
  58. package/resources/candidate-applications.js.map +1 -1
  59. package/resources/candidate-applications.mjs +1 -1
  60. package/resources/candidate-applications.mjs.map +1 -1
  61. package/resources/employee-documents.d.mts +42 -4
  62. package/resources/employee-documents.d.mts.map +1 -1
  63. package/resources/employee-documents.d.ts +42 -4
  64. package/resources/employee-documents.d.ts.map +1 -1
  65. package/resources/index.d.mts +4 -3
  66. package/resources/index.d.mts.map +1 -1
  67. package/resources/index.d.ts +4 -3
  68. package/resources/index.d.ts.map +1 -1
  69. package/resources/index.js +6 -4
  70. package/resources/index.js.map +1 -1
  71. package/resources/index.mjs +2 -1
  72. package/resources/index.mjs.map +1 -1
  73. package/resources/job-assignments.d.mts +14 -2
  74. package/resources/job-assignments.d.mts.map +1 -1
  75. package/resources/job-assignments.d.ts +14 -2
  76. package/resources/job-assignments.d.ts.map +1 -1
  77. package/resources/job-assignments.js +2 -1
  78. package/resources/job-assignments.js.map +1 -1
  79. package/resources/job-assignments.mjs +2 -1
  80. package/resources/job-assignments.mjs.map +1 -1
  81. package/resources/scheduled-job-assignments.d.mts +13 -21
  82. package/resources/scheduled-job-assignments.d.mts.map +1 -1
  83. package/resources/scheduled-job-assignments.d.ts +13 -21
  84. package/resources/scheduled-job-assignments.d.ts.map +1 -1
  85. package/src/client.ts +55 -17
  86. package/src/lib/manifest/field.ts +1 -3
  87. package/src/lib/manifest/sdui-page.ts +1 -12
  88. package/src/resources/break-policies.ts +126 -0
  89. package/src/resources/break-types.ts +129 -2
  90. package/src/resources/business-structure-paths.ts +157 -0
  91. package/src/resources/candidate-applications.ts +6 -1
  92. package/src/resources/employee-documents.ts +46 -4
  93. package/src/resources/index.ts +17 -5
  94. package/src/resources/job-assignments.ts +21 -1
  95. package/src/resources/scheduled-job-assignments.ts +13 -23
  96. package/src/version.ts +1 -1
  97. package/version.d.mts +1 -1
  98. package/version.d.ts +1 -1
  99. package/version.js +1 -1
  100. package/version.mjs +1 -1
  101. package/resources/metadata/components.d.mts +0 -28
  102. package/resources/metadata/components.d.mts.map +0 -1
  103. package/resources/metadata/components.d.ts +0 -28
  104. package/resources/metadata/components.d.ts.map +0 -1
  105. package/resources/metadata/components.js +0 -21
  106. package/resources/metadata/components.js.map +0 -1
  107. package/resources/metadata/components.mjs +0 -17
  108. package/resources/metadata/components.mjs.map +0 -1
  109. package/resources/metadata/index.d.mts +0 -5
  110. package/resources/metadata/index.d.mts.map +0 -1
  111. package/resources/metadata/index.d.ts +0 -5
  112. package/resources/metadata/index.d.ts.map +0 -1
  113. package/resources/metadata/index.js +0 -13
  114. package/resources/metadata/index.js.map +0 -1
  115. package/resources/metadata/index.mjs +0 -6
  116. package/resources/metadata/index.mjs.map +0 -1
  117. package/resources/metadata/metadata.d.mts +0 -40
  118. package/resources/metadata/metadata.d.mts.map +0 -1
  119. package/resources/metadata/metadata.d.ts +0 -40
  120. package/resources/metadata/metadata.d.ts.map +0 -1
  121. package/resources/metadata/metadata.js +0 -37
  122. package/resources/metadata/metadata.js.map +0 -1
  123. package/resources/metadata/metadata.mjs +0 -32
  124. package/resources/metadata/metadata.mjs.map +0 -1
  125. package/resources/metadata/summary.d.mts +0 -28
  126. package/resources/metadata/summary.d.mts.map +0 -1
  127. package/resources/metadata/summary.d.ts +0 -28
  128. package/resources/metadata/summary.d.ts.map +0 -1
  129. package/resources/metadata/summary.js +0 -21
  130. package/resources/metadata/summary.js.map +0 -1
  131. package/resources/metadata/summary.mjs +0 -17
  132. package/resources/metadata/summary.mjs.map +0 -1
  133. package/resources/metadata/types.d.mts +0 -28
  134. package/resources/metadata/types.d.mts.map +0 -1
  135. package/resources/metadata/types.d.ts +0 -28
  136. package/resources/metadata/types.d.ts.map +0 -1
  137. package/resources/metadata/types.js +0 -21
  138. package/resources/metadata/types.js.map +0 -1
  139. package/resources/metadata/types.mjs +0 -17
  140. package/resources/metadata/types.mjs.map +0 -1
  141. package/resources/metadata.d.mts +0 -2
  142. package/resources/metadata.d.mts.map +0 -1
  143. package/resources/metadata.d.ts +0 -2
  144. package/resources/metadata.d.ts.map +0 -1
  145. package/resources/metadata.js +0 -6
  146. package/resources/metadata.js.map +0 -1
  147. package/resources/metadata.mjs +0 -3
  148. package/resources/metadata.mjs.map +0 -1
  149. package/src/resources/metadata/components.ts +0 -38
  150. package/src/resources/metadata/index.ts +0 -10
  151. package/src/resources/metadata/metadata.ts +0 -70
  152. package/src/resources/metadata/summary.ts +0 -38
  153. package/src/resources/metadata/types.ts +0 -38
  154. package/src/resources/metadata.ts +0 -3
@@ -51,7 +51,7 @@ export type ScheduledJobAssignmentListResponsesPageCursorURL =
51
51
  PageCursorURL<ScheduledJobAssignmentListResponse>;
52
52
 
53
53
  /**
54
- * Platform API DTO for a scheduled change targeting an EmployeeTimeTrackingJob.
54
+ * Platform API DTO for a scheduled job assignment or unassignment change.
55
55
  */
56
56
  export interface ScheduledJobAssignmentListResponse {
57
57
  /**
@@ -70,9 +70,9 @@ export interface ScheduledJobAssignmentListResponse {
70
70
  updated_at: string;
71
71
 
72
72
  /**
73
- * Type of scheduled change: UNASSIGN or PAY_RATE_UPDATE.
73
+ * Type of scheduled change: ASSIGN or UNASSIGN.
74
74
  */
75
- change_type?: 'UNASSIGN' | 'PAY_RATE_UPDATE';
75
+ change_type?: 'ASSIGN' | 'UNASSIGN';
76
76
 
77
77
  /**
78
78
  * The ID of the role that created this scheduled change.
@@ -85,12 +85,7 @@ export interface ScheduledJobAssignmentListResponse {
85
85
  effective_from?: string;
86
86
 
87
87
  /**
88
- * The ID of the job assignment (ETTJ) this scheduled change targets.
89
- */
90
- job_assignment_id?: string;
91
-
92
- /**
93
- * The ID of the job code assigned.
88
+ * The ID of the job code.
94
89
  */
95
90
  job_code_id?: string;
96
91
 
@@ -100,7 +95,7 @@ export interface ScheduledJobAssignmentListResponse {
100
95
  job_code_name?: string;
101
96
 
102
97
  /**
103
- * The ID of the job dimension the job code belongs to.
98
+ * The ID of the job dimension.
104
99
  */
105
100
  job_dimension_id?: string;
106
101
 
@@ -110,7 +105,7 @@ export interface ScheduledJobAssignmentListResponse {
110
105
  job_dimension_name?: string;
111
106
 
112
107
  /**
113
- * New pay rate value, if the change modifies pay_rate.
108
+ * New pay rate value, if the change includes a pay rate.
114
109
  */
115
110
  pay_rate?: number;
116
111
 
@@ -120,7 +115,7 @@ export interface ScheduledJobAssignmentListResponse {
120
115
  reason?: string;
121
116
 
122
117
  /**
123
- * The ID of the worker (role) the job assignment belongs to.
118
+ * The ID of the worker (role) the scheduled changes target.
124
119
  */
125
120
  worker_id?: string;
126
121
  }
@@ -145,9 +140,9 @@ export interface ScheduledJobAssignmentRetrieveResponse extends BusinessPartners
145
140
  updated_at: string;
146
141
 
147
142
  /**
148
- * Type of scheduled change: UNASSIGN or PAY_RATE_UPDATE.
143
+ * Type of scheduled change: ASSIGN or UNASSIGN.
149
144
  */
150
- change_type?: 'UNASSIGN' | 'PAY_RATE_UPDATE';
145
+ change_type?: 'ASSIGN' | 'UNASSIGN';
151
146
 
152
147
  /**
153
148
  * The ID of the role that created this scheduled change.
@@ -160,12 +155,7 @@ export interface ScheduledJobAssignmentRetrieveResponse extends BusinessPartners
160
155
  effective_from?: string;
161
156
 
162
157
  /**
163
- * The ID of the job assignment (ETTJ) this scheduled change targets.
164
- */
165
- job_assignment_id?: string;
166
-
167
- /**
168
- * The ID of the job code assigned.
158
+ * The ID of the job code.
169
159
  */
170
160
  job_code_id?: string;
171
161
 
@@ -175,7 +165,7 @@ export interface ScheduledJobAssignmentRetrieveResponse extends BusinessPartners
175
165
  job_code_name?: string;
176
166
 
177
167
  /**
178
- * The ID of the job dimension the job code belongs to.
168
+ * The ID of the job dimension.
179
169
  */
180
170
  job_dimension_id?: string;
181
171
 
@@ -185,7 +175,7 @@ export interface ScheduledJobAssignmentRetrieveResponse extends BusinessPartners
185
175
  job_dimension_name?: string;
186
176
 
187
177
  /**
188
- * New pay rate value, if the change modifies pay_rate.
178
+ * New pay rate value, if the change includes a pay rate.
189
179
  */
190
180
  pay_rate?: number;
191
181
 
@@ -195,7 +185,7 @@ export interface ScheduledJobAssignmentRetrieveResponse extends BusinessPartners
195
185
  reason?: string;
196
186
 
197
187
  /**
198
- * The ID of the worker (role) the job assignment belongs to.
188
+ * The ID of the worker (role) the scheduled changes target.
199
189
  */
200
190
  worker_id?: string;
201
191
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.2.0-alpha.57'; // x-release-please-version
1
+ export const VERSION = '0.2.0-alpha.59'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.2.0-alpha.57";
1
+ export declare const VERSION = "0.2.0-alpha.59";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.2.0-alpha.57";
1
+ export declare const VERSION = "0.2.0-alpha.59";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.2.0-alpha.57'; // x-release-please-version
4
+ exports.VERSION = '0.2.0-alpha.59'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.2.0-alpha.57'; // x-release-please-version
1
+ export const VERSION = '0.2.0-alpha.59'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map
@@ -1,28 +0,0 @@
1
- import { APIResource } from "../../core/resource.mjs";
2
- import { PageCursorURL, PagePromise } from "../../core/pagination.mjs";
3
- import { RequestOptions } from "../../internal/request-options.mjs";
4
- /**
5
- * Custom objects defined by the company
6
- */
7
- export declare class Components extends APIResource {
8
- /**
9
- * A list of metadata components.
10
- *
11
- * - Requires: `Metadata Platform API`
12
- */
13
- list(options?: RequestOptions): PagePromise<ComponentListResponsesPageCursorURL, ComponentListResponse>;
14
- }
15
- export type ComponentListResponsesPageCursorURL = PageCursorURL<ComponentListResponse>;
16
- /**
17
- * Base DTO model shared across metadata endpoints.
18
- */
19
- export interface ComponentListResponse {
20
- /**
21
- * Status of the operation
22
- */
23
- status?: string;
24
- }
25
- export declare namespace Components {
26
- export { type ComponentListResponse as ComponentListResponse, type ComponentListResponsesPageCursorURL as ComponentListResponsesPageCursorURL, };
27
- }
28
- //# sourceMappingURL=components.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"components.d.mts","sourceRoot":"","sources":["../../src/resources/metadata/components.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,kCAA8B;AACnE,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAEhE;;GAEG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,WAAW,CAAC,mCAAmC,EAAE,qBAAqB,CAAC;CAGxG;AAED,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC,qBAAqB,CAAC,CAAC;AAEvF;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EACL,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,mCAAmC,IAAI,mCAAmC,GAChF,CAAC;CACH"}
@@ -1,28 +0,0 @@
1
- import { APIResource } from "../../core/resource.js";
2
- import { PageCursorURL, PagePromise } from "../../core/pagination.js";
3
- import { RequestOptions } from "../../internal/request-options.js";
4
- /**
5
- * Custom objects defined by the company
6
- */
7
- export declare class Components extends APIResource {
8
- /**
9
- * A list of metadata components.
10
- *
11
- * - Requires: `Metadata Platform API`
12
- */
13
- list(options?: RequestOptions): PagePromise<ComponentListResponsesPageCursorURL, ComponentListResponse>;
14
- }
15
- export type ComponentListResponsesPageCursorURL = PageCursorURL<ComponentListResponse>;
16
- /**
17
- * Base DTO model shared across metadata endpoints.
18
- */
19
- export interface ComponentListResponse {
20
- /**
21
- * Status of the operation
22
- */
23
- status?: string;
24
- }
25
- export declare namespace Components {
26
- export { type ComponentListResponse as ComponentListResponse, type ComponentListResponsesPageCursorURL as ComponentListResponsesPageCursorURL, };
27
- }
28
- //# sourceMappingURL=components.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/resources/metadata/components.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,+BAA4B;AAClD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,iCAA8B;AACnE,OAAO,EAAE,cAAc,EAAE,0CAAuC;AAEhE;;GAEG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,WAAW,CAAC,mCAAmC,EAAE,qBAAqB,CAAC;CAGxG;AAED,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC,qBAAqB,CAAC,CAAC;AAEvF;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EACL,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,mCAAmC,IAAI,mCAAmC,GAChF,CAAC;CACH"}
@@ -1,21 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Components = void 0;
5
- const resource_1 = require("../../core/resource.js");
6
- const pagination_1 = require("../../core/pagination.js");
7
- /**
8
- * Custom objects defined by the company
9
- */
10
- class Components extends resource_1.APIResource {
11
- /**
12
- * A list of metadata components.
13
- *
14
- * - Requires: `Metadata Platform API`
15
- */
16
- list(options) {
17
- return this._client.getAPIList('/metadata/components/', (pagination_1.PageCursorURL), options);
18
- }
19
- }
20
- exports.Components = Components;
21
- //# sourceMappingURL=components.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"components.js","sourceRoot":"","sources":["../../src/resources/metadata/components.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAClD,yDAAmE;AAGnE;;GAEG;AACH,MAAa,UAAW,SAAQ,sBAAW;IACzC;;;;OAIG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,uBAAuB,EAAE,CAAA,0BAAoC,CAAA,EAAE,OAAO,CAAC,CAAC;IACzG,CAAC;CACF;AATD,gCASC"}
@@ -1,17 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../../core/resource.mjs";
3
- import { PageCursorURL } from "../../core/pagination.mjs";
4
- /**
5
- * Custom objects defined by the company
6
- */
7
- export class Components extends APIResource {
8
- /**
9
- * A list of metadata components.
10
- *
11
- * - Requires: `Metadata Platform API`
12
- */
13
- list(options) {
14
- return this._client.getAPIList('/metadata/components/', (PageCursorURL), options);
15
- }
16
- }
17
- //# sourceMappingURL=components.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"components.mjs","sourceRoot":"","sources":["../../src/resources/metadata/components.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,EAAE,aAAa,EAAe,kCAA8B;AAGnE;;GAEG;AACH,MAAM,OAAO,UAAW,SAAQ,WAAW;IACzC;;;;OAIG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,uBAAuB,EAAE,CAAA,aAAoC,CAAA,EAAE,OAAO,CAAC,CAAC;IACzG,CAAC;CACF"}
@@ -1,5 +0,0 @@
1
- export { Components, type ComponentListResponse, type ComponentListResponsesPageCursorURL, } from "./components.mjs";
2
- export { Metadata, type MetadataListResponse, type MetadataListResponsesPageCursorURL } from "./metadata.mjs";
3
- export { Summary, type SummaryListResponse, type SummaryListResponsesPageCursorURL } from "./summary.mjs";
4
- export { Types, type TypeListResponse, type TypeListResponsesPageCursorURL } from "./types.mjs";
5
- //# sourceMappingURL=index.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/metadata/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,UAAU,EACV,KAAK,qBAAqB,EAC1B,KAAK,mCAAmC,GACzC,yBAAqB;AACtB,OAAO,EAAE,QAAQ,EAAE,KAAK,oBAAoB,EAAE,KAAK,kCAAkC,EAAE,uBAAmB;AAC1G,OAAO,EAAE,OAAO,EAAE,KAAK,mBAAmB,EAAE,KAAK,iCAAiC,EAAE,sBAAkB;AACtG,OAAO,EAAE,KAAK,EAAE,KAAK,gBAAgB,EAAE,KAAK,8BAA8B,EAAE,oBAAgB"}
@@ -1,5 +0,0 @@
1
- export { Components, type ComponentListResponse, type ComponentListResponsesPageCursorURL, } from "./components.js";
2
- export { Metadata, type MetadataListResponse, type MetadataListResponsesPageCursorURL } from "./metadata.js";
3
- export { Summary, type SummaryListResponse, type SummaryListResponsesPageCursorURL } from "./summary.js";
4
- export { Types, type TypeListResponse, type TypeListResponsesPageCursorURL } from "./types.js";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/metadata/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,UAAU,EACV,KAAK,qBAAqB,EAC1B,KAAK,mCAAmC,GACzC,wBAAqB;AACtB,OAAO,EAAE,QAAQ,EAAE,KAAK,oBAAoB,EAAE,KAAK,kCAAkC,EAAE,sBAAmB;AAC1G,OAAO,EAAE,OAAO,EAAE,KAAK,mBAAmB,EAAE,KAAK,iCAAiC,EAAE,qBAAkB;AACtG,OAAO,EAAE,KAAK,EAAE,KAAK,gBAAgB,EAAE,KAAK,8BAA8B,EAAE,mBAAgB"}
@@ -1,13 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Types = exports.Summary = exports.Metadata = exports.Components = void 0;
5
- var components_1 = require("./components.js");
6
- Object.defineProperty(exports, "Components", { enumerable: true, get: function () { return components_1.Components; } });
7
- var metadata_1 = require("./metadata.js");
8
- Object.defineProperty(exports, "Metadata", { enumerable: true, get: function () { return metadata_1.Metadata; } });
9
- var summary_1 = require("./summary.js");
10
- Object.defineProperty(exports, "Summary", { enumerable: true, get: function () { return summary_1.Summary; } });
11
- var types_1 = require("./types.js");
12
- Object.defineProperty(exports, "Types", { enumerable: true, get: function () { return types_1.Types; } });
13
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/metadata/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,8CAIsB;AAHpB,wGAAA,UAAU,OAAA;AAIZ,0CAA0G;AAAjG,oGAAA,QAAQ,OAAA;AACjB,wCAAsG;AAA7F,kGAAA,OAAO,OAAA;AAChB,oCAA4F;AAAnF,8FAAA,KAAK,OAAA"}
@@ -1,6 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- export { Components, } from "./components.mjs";
3
- export { Metadata } from "./metadata.mjs";
4
- export { Summary } from "./summary.mjs";
5
- export { Types } from "./types.mjs";
6
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/metadata/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EACL,UAAU,GAGX,yBAAqB;AACtB,OAAO,EAAE,QAAQ,EAAsE,uBAAmB;AAC1G,OAAO,EAAE,OAAO,EAAoE,sBAAkB;AACtG,OAAO,EAAE,KAAK,EAA8D,oBAAgB"}
@@ -1,40 +0,0 @@
1
- import { APIResource } from "../../core/resource.mjs";
2
- import * as ComponentsAPI from "./components.mjs";
3
- import { ComponentListResponse, ComponentListResponsesPageCursorURL, Components } from "./components.mjs";
4
- import * as SummaryAPI from "./summary.mjs";
5
- import { Summary, SummaryListResponse, SummaryListResponsesPageCursorURL } from "./summary.mjs";
6
- import * as TypesAPI from "./types.mjs";
7
- import { TypeListResponse, TypeListResponsesPageCursorURL, Types } from "./types.mjs";
8
- import { PageCursorURL, PagePromise } from "../../core/pagination.mjs";
9
- import { RequestOptions } from "../../internal/request-options.mjs";
10
- /**
11
- * Custom objects defined by the company
12
- */
13
- export declare class Metadata extends APIResource {
14
- components: ComponentsAPI.Components;
15
- summary: SummaryAPI.Summary;
16
- types: TypesAPI.Types;
17
- /**
18
- * A list of metadata components.
19
- *
20
- * - Requires: `Metadata Platform API`
21
- */
22
- list(options?: RequestOptions): PagePromise<MetadataListResponsesPageCursorURL, MetadataListResponse>;
23
- }
24
- export type MetadataListResponsesPageCursorURL = PageCursorURL<MetadataListResponse>;
25
- /**
26
- * Base DTO model shared across metadata endpoints.
27
- */
28
- export interface MetadataListResponse {
29
- /**
30
- * Status of the operation
31
- */
32
- status?: string;
33
- }
34
- export declare namespace Metadata {
35
- export { type MetadataListResponse as MetadataListResponse, type MetadataListResponsesPageCursorURL as MetadataListResponsesPageCursorURL, };
36
- export { Components as Components, type ComponentListResponse as ComponentListResponse, type ComponentListResponsesPageCursorURL as ComponentListResponsesPageCursorURL, };
37
- export { Summary as Summary, type SummaryListResponse as SummaryListResponse, type SummaryListResponsesPageCursorURL as SummaryListResponsesPageCursorURL, };
38
- export { Types as Types, type TypeListResponse as TypeListResponse, type TypeListResponsesPageCursorURL as TypeListResponsesPageCursorURL, };
39
- }
40
- //# sourceMappingURL=metadata.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"metadata.d.mts","sourceRoot":"","sources":["../../src/resources/metadata/metadata.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,KAAK,aAAa,yBAAqB;AAC9C,OAAO,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,UAAU,EAAE,yBAAqB;AACtG,OAAO,KAAK,UAAU,sBAAkB;AACxC,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,sBAAkB;AAC5F,OAAO,KAAK,QAAQ,oBAAgB;AACpC,OAAO,EAAE,gBAAgB,EAAE,8BAA8B,EAAE,KAAK,EAAE,oBAAgB;AAClF,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,kCAA8B;AACnE,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAEhE;;GAEG;AACH,qBAAa,QAAS,SAAQ,WAAW;IACvC,UAAU,EAAE,aAAa,CAAC,UAAU,CAA8C;IAClF,OAAO,EAAE,UAAU,CAAC,OAAO,CAAwC;IACnE,KAAK,EAAE,QAAQ,CAAC,KAAK,CAAoC;IAEzD;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,WAAW,CAAC,kCAAkC,EAAE,oBAAoB,CAAC;CAGtG;AAED,MAAM,MAAM,kCAAkC,GAAG,aAAa,CAAC,oBAAoB,CAAC,CAAC;AAErF;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAMD,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EACL,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kCAAkC,IAAI,kCAAkC,GAC9E,CAAC;IAEF,OAAO,EACL,UAAU,IAAI,UAAU,EACxB,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,mCAAmC,IAAI,mCAAmC,GAChF,CAAC;IAEF,OAAO,EACL,OAAO,IAAI,OAAO,EAClB,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,iCAAiC,IAAI,iCAAiC,GAC5E,CAAC;IAEF,OAAO,EACL,KAAK,IAAI,KAAK,EACd,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,8BAA8B,IAAI,8BAA8B,GACtE,CAAC;CACH"}
@@ -1,40 +0,0 @@
1
- import { APIResource } from "../../core/resource.js";
2
- import * as ComponentsAPI from "./components.js";
3
- import { ComponentListResponse, ComponentListResponsesPageCursorURL, Components } from "./components.js";
4
- import * as SummaryAPI from "./summary.js";
5
- import { Summary, SummaryListResponse, SummaryListResponsesPageCursorURL } from "./summary.js";
6
- import * as TypesAPI from "./types.js";
7
- import { TypeListResponse, TypeListResponsesPageCursorURL, Types } from "./types.js";
8
- import { PageCursorURL, PagePromise } from "../../core/pagination.js";
9
- import { RequestOptions } from "../../internal/request-options.js";
10
- /**
11
- * Custom objects defined by the company
12
- */
13
- export declare class Metadata extends APIResource {
14
- components: ComponentsAPI.Components;
15
- summary: SummaryAPI.Summary;
16
- types: TypesAPI.Types;
17
- /**
18
- * A list of metadata components.
19
- *
20
- * - Requires: `Metadata Platform API`
21
- */
22
- list(options?: RequestOptions): PagePromise<MetadataListResponsesPageCursorURL, MetadataListResponse>;
23
- }
24
- export type MetadataListResponsesPageCursorURL = PageCursorURL<MetadataListResponse>;
25
- /**
26
- * Base DTO model shared across metadata endpoints.
27
- */
28
- export interface MetadataListResponse {
29
- /**
30
- * Status of the operation
31
- */
32
- status?: string;
33
- }
34
- export declare namespace Metadata {
35
- export { type MetadataListResponse as MetadataListResponse, type MetadataListResponsesPageCursorURL as MetadataListResponsesPageCursorURL, };
36
- export { Components as Components, type ComponentListResponse as ComponentListResponse, type ComponentListResponsesPageCursorURL as ComponentListResponsesPageCursorURL, };
37
- export { Summary as Summary, type SummaryListResponse as SummaryListResponse, type SummaryListResponsesPageCursorURL as SummaryListResponsesPageCursorURL, };
38
- export { Types as Types, type TypeListResponse as TypeListResponse, type TypeListResponsesPageCursorURL as TypeListResponsesPageCursorURL, };
39
- }
40
- //# sourceMappingURL=metadata.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"metadata.d.ts","sourceRoot":"","sources":["../../src/resources/metadata/metadata.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,+BAA4B;AAClD,OAAO,KAAK,aAAa,wBAAqB;AAC9C,OAAO,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,UAAU,EAAE,wBAAqB;AACtG,OAAO,KAAK,UAAU,qBAAkB;AACxC,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,qBAAkB;AAC5F,OAAO,KAAK,QAAQ,mBAAgB;AACpC,OAAO,EAAE,gBAAgB,EAAE,8BAA8B,EAAE,KAAK,EAAE,mBAAgB;AAClF,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,iCAA8B;AACnE,OAAO,EAAE,cAAc,EAAE,0CAAuC;AAEhE;;GAEG;AACH,qBAAa,QAAS,SAAQ,WAAW;IACvC,UAAU,EAAE,aAAa,CAAC,UAAU,CAA8C;IAClF,OAAO,EAAE,UAAU,CAAC,OAAO,CAAwC;IACnE,KAAK,EAAE,QAAQ,CAAC,KAAK,CAAoC;IAEzD;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,WAAW,CAAC,kCAAkC,EAAE,oBAAoB,CAAC;CAGtG;AAED,MAAM,MAAM,kCAAkC,GAAG,aAAa,CAAC,oBAAoB,CAAC,CAAC;AAErF;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAMD,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EACL,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kCAAkC,IAAI,kCAAkC,GAC9E,CAAC;IAEF,OAAO,EACL,UAAU,IAAI,UAAU,EACxB,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,mCAAmC,IAAI,mCAAmC,GAChF,CAAC;IAEF,OAAO,EACL,OAAO,IAAI,OAAO,EAClB,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,iCAAiC,IAAI,iCAAiC,GAC5E,CAAC;IAEF,OAAO,EACL,KAAK,IAAI,KAAK,EACd,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,8BAA8B,IAAI,8BAA8B,GACtE,CAAC;CACH"}
@@ -1,37 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Metadata = void 0;
5
- const tslib_1 = require("../../internal/tslib.js");
6
- const resource_1 = require("../../core/resource.js");
7
- const ComponentsAPI = tslib_1.__importStar(require("./components.js"));
8
- const components_1 = require("./components.js");
9
- const SummaryAPI = tslib_1.__importStar(require("./summary.js"));
10
- const summary_1 = require("./summary.js");
11
- const TypesAPI = tslib_1.__importStar(require("./types.js"));
12
- const types_1 = require("./types.js");
13
- const pagination_1 = require("../../core/pagination.js");
14
- /**
15
- * Custom objects defined by the company
16
- */
17
- class Metadata extends resource_1.APIResource {
18
- constructor() {
19
- super(...arguments);
20
- this.components = new ComponentsAPI.Components(this._client);
21
- this.summary = new SummaryAPI.Summary(this._client);
22
- this.types = new TypesAPI.Types(this._client);
23
- }
24
- /**
25
- * A list of metadata components.
26
- *
27
- * - Requires: `Metadata Platform API`
28
- */
29
- list(options) {
30
- return this._client.getAPIList('/metadata/', (pagination_1.PageCursorURL), options);
31
- }
32
- }
33
- exports.Metadata = Metadata;
34
- Metadata.Components = components_1.Components;
35
- Metadata.Summary = summary_1.Summary;
36
- Metadata.Types = types_1.Types;
37
- //# sourceMappingURL=metadata.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"metadata.js","sourceRoot":"","sources":["../../src/resources/metadata/metadata.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,uEAA8C;AAC9C,gDAAsG;AACtG,iEAAwC;AACxC,0CAA4F;AAC5F,6DAAoC;AACpC,sCAAkF;AAClF,yDAAmE;AAGnE;;GAEG;AACH,MAAa,QAAS,SAAQ,sBAAW;IAAzC;;QACE,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAU3D,CAAC;IARC;;;;OAIG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,YAAY,EAAE,CAAA,0BAAmC,CAAA,EAAE,OAAO,CAAC,CAAC;IAC7F,CAAC;CACF;AAbD,4BAaC;AAcD,QAAQ,CAAC,UAAU,GAAG,uBAAU,CAAC;AACjC,QAAQ,CAAC,OAAO,GAAG,iBAAO,CAAC;AAC3B,QAAQ,CAAC,KAAK,GAAG,aAAK,CAAC"}
@@ -1,32 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../../core/resource.mjs";
3
- import * as ComponentsAPI from "./components.mjs";
4
- import { Components } from "./components.mjs";
5
- import * as SummaryAPI from "./summary.mjs";
6
- import { Summary } from "./summary.mjs";
7
- import * as TypesAPI from "./types.mjs";
8
- import { Types } from "./types.mjs";
9
- import { PageCursorURL } from "../../core/pagination.mjs";
10
- /**
11
- * Custom objects defined by the company
12
- */
13
- export class Metadata extends APIResource {
14
- constructor() {
15
- super(...arguments);
16
- this.components = new ComponentsAPI.Components(this._client);
17
- this.summary = new SummaryAPI.Summary(this._client);
18
- this.types = new TypesAPI.Types(this._client);
19
- }
20
- /**
21
- * A list of metadata components.
22
- *
23
- * - Requires: `Metadata Platform API`
24
- */
25
- list(options) {
26
- return this._client.getAPIList('/metadata/', (PageCursorURL), options);
27
- }
28
- }
29
- Metadata.Components = Components;
30
- Metadata.Summary = Summary;
31
- Metadata.Types = Types;
32
- //# sourceMappingURL=metadata.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"metadata.mjs","sourceRoot":"","sources":["../../src/resources/metadata/metadata.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,KAAK,aAAa,yBAAqB;AAC9C,OAAO,EAA8D,UAAU,EAAE,yBAAqB;AACtG,OAAO,KAAK,UAAU,sBAAkB;AACxC,OAAO,EAAE,OAAO,EAA0D,sBAAkB;AAC5F,OAAO,KAAK,QAAQ,oBAAgB;AACpC,OAAO,EAAoD,KAAK,EAAE,oBAAgB;AAClF,OAAO,EAAE,aAAa,EAAe,kCAA8B;AAGnE;;GAEG;AACH,MAAM,OAAO,QAAS,SAAQ,WAAW;IAAzC;;QACE,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAU3D,CAAC;IARC;;;;OAIG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,YAAY,EAAE,CAAA,aAAmC,CAAA,EAAE,OAAO,CAAC,CAAC;IAC7F,CAAC;CACF;AAcD,QAAQ,CAAC,UAAU,GAAG,UAAU,CAAC;AACjC,QAAQ,CAAC,OAAO,GAAG,OAAO,CAAC;AAC3B,QAAQ,CAAC,KAAK,GAAG,KAAK,CAAC"}
@@ -1,28 +0,0 @@
1
- import { APIResource } from "../../core/resource.mjs";
2
- import { PageCursorURL, PagePromise } from "../../core/pagination.mjs";
3
- import { RequestOptions } from "../../internal/request-options.mjs";
4
- /**
5
- * Custom objects defined by the company
6
- */
7
- export declare class Summary extends APIResource {
8
- /**
9
- * A list of metadata summary.
10
- *
11
- * - Requires: `Metadata Platform API`
12
- */
13
- list(options?: RequestOptions): PagePromise<SummaryListResponsesPageCursorURL, SummaryListResponse>;
14
- }
15
- export type SummaryListResponsesPageCursorURL = PageCursorURL<SummaryListResponse>;
16
- /**
17
- * Base DTO model shared across metadata endpoints.
18
- */
19
- export interface SummaryListResponse {
20
- /**
21
- * Status of the operation
22
- */
23
- status?: string;
24
- }
25
- export declare namespace Summary {
26
- export { type SummaryListResponse as SummaryListResponse, type SummaryListResponsesPageCursorURL as SummaryListResponsesPageCursorURL, };
27
- }
28
- //# sourceMappingURL=summary.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"summary.d.mts","sourceRoot":"","sources":["../../src/resources/metadata/summary.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,kCAA8B;AACnE,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAEhE;;GAEG;AACH,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,WAAW,CAAC,iCAAiC,EAAE,mBAAmB,CAAC;CAGpG;AAED,MAAM,MAAM,iCAAiC,GAAG,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAEnF;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,iCAAiC,IAAI,iCAAiC,GAC5E,CAAC;CACH"}
@@ -1,28 +0,0 @@
1
- import { APIResource } from "../../core/resource.js";
2
- import { PageCursorURL, PagePromise } from "../../core/pagination.js";
3
- import { RequestOptions } from "../../internal/request-options.js";
4
- /**
5
- * Custom objects defined by the company
6
- */
7
- export declare class Summary extends APIResource {
8
- /**
9
- * A list of metadata summary.
10
- *
11
- * - Requires: `Metadata Platform API`
12
- */
13
- list(options?: RequestOptions): PagePromise<SummaryListResponsesPageCursorURL, SummaryListResponse>;
14
- }
15
- export type SummaryListResponsesPageCursorURL = PageCursorURL<SummaryListResponse>;
16
- /**
17
- * Base DTO model shared across metadata endpoints.
18
- */
19
- export interface SummaryListResponse {
20
- /**
21
- * Status of the operation
22
- */
23
- status?: string;
24
- }
25
- export declare namespace Summary {
26
- export { type SummaryListResponse as SummaryListResponse, type SummaryListResponsesPageCursorURL as SummaryListResponsesPageCursorURL, };
27
- }
28
- //# sourceMappingURL=summary.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"summary.d.ts","sourceRoot":"","sources":["../../src/resources/metadata/summary.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,+BAA4B;AAClD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,iCAA8B;AACnE,OAAO,EAAE,cAAc,EAAE,0CAAuC;AAEhE;;GAEG;AACH,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,WAAW,CAAC,iCAAiC,EAAE,mBAAmB,CAAC;CAGpG;AAED,MAAM,MAAM,iCAAiC,GAAG,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAEnF;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,iCAAiC,IAAI,iCAAiC,GAC5E,CAAC;CACH"}
@@ -1,21 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Summary = void 0;
5
- const resource_1 = require("../../core/resource.js");
6
- const pagination_1 = require("../../core/pagination.js");
7
- /**
8
- * Custom objects defined by the company
9
- */
10
- class Summary extends resource_1.APIResource {
11
- /**
12
- * A list of metadata summary.
13
- *
14
- * - Requires: `Metadata Platform API`
15
- */
16
- list(options) {
17
- return this._client.getAPIList('/metadata/summary/', (pagination_1.PageCursorURL), options);
18
- }
19
- }
20
- exports.Summary = Summary;
21
- //# sourceMappingURL=summary.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"summary.js","sourceRoot":"","sources":["../../src/resources/metadata/summary.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAClD,yDAAmE;AAGnE;;GAEG;AACH,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;;;OAIG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,oBAAoB,EAAE,CAAA,0BAAkC,CAAA,EAAE,OAAO,CAAC,CAAC;IACpG,CAAC;CACF;AATD,0BASC"}
@@ -1,17 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../../core/resource.mjs";
3
- import { PageCursorURL } from "../../core/pagination.mjs";
4
- /**
5
- * Custom objects defined by the company
6
- */
7
- export class Summary extends APIResource {
8
- /**
9
- * A list of metadata summary.
10
- *
11
- * - Requires: `Metadata Platform API`
12
- */
13
- list(options) {
14
- return this._client.getAPIList('/metadata/summary/', (PageCursorURL), options);
15
- }
16
- }
17
- //# sourceMappingURL=summary.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"summary.mjs","sourceRoot":"","sources":["../../src/resources/metadata/summary.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,EAAE,aAAa,EAAe,kCAA8B;AAGnE;;GAEG;AACH,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACtC;;;;OAIG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,oBAAoB,EAAE,CAAA,aAAkC,CAAA,EAAE,OAAO,CAAC,CAAC;IACpG,CAAC;CACF"}
@@ -1,28 +0,0 @@
1
- import { APIResource } from "../../core/resource.mjs";
2
- import { PageCursorURL, PagePromise } from "../../core/pagination.mjs";
3
- import { RequestOptions } from "../../internal/request-options.mjs";
4
- /**
5
- * Custom objects defined by the company
6
- */
7
- export declare class Types extends APIResource {
8
- /**
9
- * A list of metadata types.
10
- *
11
- * - Requires: `Metadata Platform API`
12
- */
13
- list(options?: RequestOptions): PagePromise<TypeListResponsesPageCursorURL, TypeListResponse>;
14
- }
15
- export type TypeListResponsesPageCursorURL = PageCursorURL<TypeListResponse>;
16
- /**
17
- * Base DTO model shared across metadata endpoints.
18
- */
19
- export interface TypeListResponse {
20
- /**
21
- * Status of the operation
22
- */
23
- status?: string;
24
- }
25
- export declare namespace Types {
26
- export { type TypeListResponse as TypeListResponse, type TypeListResponsesPageCursorURL as TypeListResponsesPageCursorURL, };
27
- }
28
- //# sourceMappingURL=types.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.mts","sourceRoot":"","sources":["../../src/resources/metadata/types.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,kCAA8B;AACnE,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAEhE;;GAEG;AACH,qBAAa,KAAM,SAAQ,WAAW;IACpC;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,WAAW,CAAC,8BAA8B,EAAE,gBAAgB,CAAC;CAG9F;AAED,MAAM,MAAM,8BAA8B,GAAG,aAAa,CAAC,gBAAgB,CAAC,CAAC;AAE7E;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,KAAK,CAAC;IAC7B,OAAO,EACL,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,8BAA8B,IAAI,8BAA8B,GACtE,CAAC;CACH"}