@rlvt/entity-manager-openapi-client 1.0.74 → 1.0.75

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/api.d.ts CHANGED
@@ -152,11 +152,14 @@ export default class {
152
152
  name: string;
153
153
  readonly plan: {
154
154
  readonly?: "__readonly" | undefined;
155
- name?: string | undefined;
156
- quotaType?: "individual" | "display" | undefined;
157
- quota?: number | undefined;
158
- startDate?: string | undefined;
159
- endDate?: string | undefined;
155
+ name: string;
156
+ quotas: {
157
+ type: "datasource" | "individual" | "display";
158
+ subtype?: string | undefined;
159
+ quota: number;
160
+ }[];
161
+ startDate: string;
162
+ endDate: string;
160
163
  attributionPeriod?: number | undefined;
161
164
  };
162
165
  securityPolicy: {
@@ -421,11 +424,14 @@ export default class {
421
424
  name: string;
422
425
  readonly plan: {
423
426
  readonly?: "__readonly" | undefined;
424
- name?: string | undefined;
425
- quotaType?: "individual" | "display" | undefined;
426
- quota?: number | undefined;
427
- startDate?: string | undefined;
428
- endDate?: string | undefined;
427
+ name: string;
428
+ quotas: {
429
+ type: "datasource" | "individual" | "display";
430
+ subtype?: string | undefined;
431
+ quota: number;
432
+ }[];
433
+ startDate: string;
434
+ endDate: string;
429
435
  attributionPeriod?: number | undefined;
430
436
  };
431
437
  securityPolicy: {
@@ -706,11 +712,14 @@ export default class {
706
712
  name: string;
707
713
  readonly plan: {
708
714
  readonly?: "__readonly" | undefined;
709
- name?: string | undefined;
710
- quotaType?: "individual" | "display" | undefined;
711
- quota?: number | undefined;
712
- startDate?: string | undefined;
713
- endDate?: string | undefined;
715
+ name: string;
716
+ quotas: {
717
+ type: "datasource" | "individual" | "display";
718
+ subtype?: string | undefined;
719
+ quota: number;
720
+ }[];
721
+ startDate: string;
722
+ endDate: string;
714
723
  attributionPeriod?: number | undefined;
715
724
  };
716
725
  securityPolicy: {
@@ -26,9 +26,13 @@ export declare type InternalResponse = {
26
26
  message: string;
27
27
  data: {};
28
28
  };
29
+ export declare type Quota = {
30
+ type: "datasource" | "individual" | "display";
31
+ subtype?: string;
32
+ quota: number;
33
+ };
29
34
  export declare type Plan_Without_Name_Features_ToJSON__id = {
30
- quotaType?: "individual" | "display";
31
- quota?: number;
35
+ quotas: Quota[];
32
36
  };
33
37
  export declare type CompanyPasswordSecurityPolicy = {
34
38
  duration: number;
@@ -178,9 +182,9 @@ export declare type SerializedCompany = {
178
182
  readonly updatedAt: (string) & readonlyP;
179
183
  name: string;
180
184
  readonly plan: (Plan_Without_Name_Features_ToJSON__id & {
181
- name?: string;
182
- startDate?: string;
183
- endDate?: string;
185
+ name: string;
186
+ startDate: string;
187
+ endDate: string;
184
188
  attributionPeriod?: number;
185
189
  }) & readonlyP;
186
190
  securityPolicy: CompanySecurityPolicy;
@@ -18,4 +18,4 @@ var Variables;
18
18
  Variables["UTM_MEDIUM"] = "utm_medium";
19
19
  Variables["UTM_TERM"] = "utm_term";
20
20
  })(Variables = exports.Variables || (exports.Variables = {}));
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBcVFwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQTBGRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
21
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBeVFwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQTBGRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/entity-manager-openapi-client",
3
- "version": "1.0.74+0d0ed5c",
3
+ "version": "1.0.75+66e7902",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",