@financeable/aggregation 0.8.3 → 0.9.0

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 (156) hide show
  1. package/FUNCTIONS.md +153 -36
  2. package/README.md +475 -94
  3. package/docs/sdks/applications/README.md +9 -15
  4. package/docs/sdks/oauthtoken/README.md +5 -9
  5. package/docs/sdks/supportingdocuments/README.md +9 -16
  6. package/funcs/applicationsCreate.d.ts +3 -3
  7. package/funcs/applicationsCreate.d.ts.map +1 -1
  8. package/funcs/applicationsCreate.js +4 -6
  9. package/funcs/applicationsCreate.js.map +1 -1
  10. package/funcs/oauthTokenGet.d.ts +3 -2
  11. package/funcs/oauthTokenGet.d.ts.map +1 -1
  12. package/funcs/oauthTokenGet.js +4 -2
  13. package/funcs/oauthTokenGet.js.map +1 -1
  14. package/funcs/supportingDocumentsCreate.d.ts +3 -3
  15. package/funcs/supportingDocumentsCreate.d.ts.map +1 -1
  16. package/funcs/supportingDocumentsCreate.js +5 -8
  17. package/funcs/supportingDocumentsCreate.js.map +1 -1
  18. package/hooks/types.d.ts +2 -0
  19. package/hooks/types.d.ts.map +1 -1
  20. package/index.d.ts +2 -0
  21. package/index.d.ts.map +1 -1
  22. package/index.js +3 -1
  23. package/index.js.map +1 -1
  24. package/jsr.json +1 -1
  25. package/lib/config.d.ts +7 -3
  26. package/lib/config.d.ts.map +1 -1
  27. package/lib/config.js +3 -3
  28. package/lib/config.js.map +1 -1
  29. package/lib/files.d.ts +5 -0
  30. package/lib/files.d.ts.map +1 -1
  31. package/lib/files.js +41 -0
  32. package/lib/files.js.map +1 -1
  33. package/lib/matchers.d.ts +3 -10
  34. package/lib/matchers.d.ts.map +1 -1
  35. package/lib/matchers.js +33 -31
  36. package/lib/matchers.js.map +1 -1
  37. package/lib/sdks.d.ts +1 -0
  38. package/lib/sdks.d.ts.map +1 -1
  39. package/lib/sdks.js +3 -3
  40. package/lib/sdks.js.map +1 -1
  41. package/lib/security.d.ts +2 -2
  42. package/lib/security.d.ts.map +1 -1
  43. package/models/components/addressattributes.d.ts +8 -8
  44. package/models/components/addressattributes.d.ts.map +1 -1
  45. package/models/components/addressattributes.js +14 -13
  46. package/models/components/addressattributes.js.map +1 -1
  47. package/models/components/badrequesterror.d.ts +24 -24
  48. package/models/components/badrequesterror.d.ts.map +1 -1
  49. package/models/components/badrequesterror.js +37 -38
  50. package/models/components/badrequesterror.js.map +1 -1
  51. package/models/components/commercialsecuredapplicationpayload.d.ts +8 -8
  52. package/models/components/commercialsecuredapplicationpayload.d.ts.map +1 -1
  53. package/models/components/commercialsecuredapplicationpayload.js +13 -14
  54. package/models/components/commercialsecuredapplicationpayload.js.map +1 -1
  55. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts +90 -90
  56. package/models/components/commercialsecuredloancommercialapplicationrelationships.d.ts.map +1 -1
  57. package/models/components/commercialsecuredloancommercialapplicationrelationships.js +116 -118
  58. package/models/components/commercialsecuredloancommercialapplicationrelationships.js.map +1 -1
  59. package/models/components/customerattributes.d.ts +6 -0
  60. package/models/components/customerattributes.d.ts.map +1 -1
  61. package/models/components/customerattributes.js +3 -0
  62. package/models/components/customerattributes.js.map +1 -1
  63. package/models/components/forbiddenerror.d.ts +16 -16
  64. package/models/components/forbiddenerror.d.ts.map +1 -1
  65. package/models/components/forbiddenerror.js +25 -25
  66. package/models/components/forbiddenerror.js.map +1 -1
  67. package/models/components/loandetailsattributes.d.ts +8 -8
  68. package/models/components/loandetailsattributes.d.ts.map +1 -1
  69. package/models/components/loandetailsattributes.js +8 -8
  70. package/models/components/loandetailsattributes.js.map +1 -1
  71. package/models/components/supportingdocumentrelationships.d.ts +45 -45
  72. package/models/components/supportingdocumentrelationships.d.ts.map +1 -1
  73. package/models/components/supportingdocumentrelationships.js +54 -54
  74. package/models/components/supportingdocumentrelationships.js.map +1 -1
  75. package/models/components/supportingdocumentresource.d.ts +8 -8
  76. package/models/components/supportingdocumentresource.d.ts.map +1 -1
  77. package/models/components/supportingdocumentresource.js +13 -13
  78. package/models/components/supportingdocumentresource.js.map +1 -1
  79. package/models/errors/apierror.d.ts +8 -6
  80. package/models/errors/apierror.d.ts.map +1 -1
  81. package/models/errors/apierror.js +23 -10
  82. package/models/errors/apierror.js.map +1 -1
  83. package/models/errors/financeableerror.d.ts +19 -0
  84. package/models/errors/financeableerror.d.ts.map +1 -0
  85. package/models/errors/financeableerror.js +20 -0
  86. package/models/errors/financeableerror.js.map +1 -0
  87. package/models/errors/index.d.ts +1 -2
  88. package/models/errors/index.d.ts.map +1 -1
  89. package/models/errors/index.js +1 -2
  90. package/models/errors/index.js.map +1 -1
  91. package/models/errors/responsevalidationerror.d.ts +26 -0
  92. package/models/errors/responsevalidationerror.d.ts.map +1 -0
  93. package/models/errors/responsevalidationerror.js +66 -0
  94. package/models/errors/responsevalidationerror.js.map +1 -0
  95. package/models/errors/sdkvalidationerror.d.ts +1 -0
  96. package/models/errors/sdkvalidationerror.d.ts.map +1 -1
  97. package/models/errors/sdkvalidationerror.js +14 -0
  98. package/models/errors/sdkvalidationerror.js.map +1 -1
  99. package/models/operations/createapplication.d.ts +107 -30
  100. package/models/operations/createapplication.d.ts.map +1 -1
  101. package/models/operations/createapplication.js +125 -44
  102. package/models/operations/createapplication.js.map +1 -1
  103. package/models/operations/supportingdocumentscreate.d.ts +144 -0
  104. package/models/operations/supportingdocumentscreate.d.ts.map +1 -1
  105. package/models/operations/supportingdocumentscreate.js +186 -1
  106. package/models/operations/supportingdocumentscreate.js.map +1 -1
  107. package/package.json +1 -1
  108. package/sdk/applications.d.ts +1 -1
  109. package/sdk/applications.d.ts.map +1 -1
  110. package/sdk/sdk.d.ts +2 -2
  111. package/sdk/sdk.d.ts.map +1 -1
  112. package/sdk/sdk.js +3 -3
  113. package/sdk/sdk.js.map +1 -1
  114. package/sdk/supportingdocuments.d.ts +1 -1
  115. package/sdk/supportingdocuments.d.ts.map +1 -1
  116. package/src/funcs/applicationsCreate.ts +30 -40
  117. package/src/funcs/oauthTokenGet.ts +24 -20
  118. package/src/funcs/supportingDocumentsCreate.ts +31 -42
  119. package/src/hooks/types.ts +2 -0
  120. package/src/index.ts +2 -0
  121. package/src/lib/config.ts +7 -3
  122. package/src/lib/files.ts +42 -0
  123. package/src/lib/matchers.ts +44 -41
  124. package/src/lib/sdks.ts +10 -4
  125. package/src/lib/security.ts +2 -2
  126. package/src/models/components/addressattributes.ts +14 -18
  127. package/src/models/components/badrequesterror.ts +48 -44
  128. package/src/models/components/commercialsecuredapplicationpayload.ts +15 -20
  129. package/src/models/components/commercialsecuredloancommercialapplicationrelationships.ts +178 -238
  130. package/src/models/components/customerattributes.ts +12 -0
  131. package/src/models/components/forbiddenerror.ts +30 -32
  132. package/src/models/components/loandetailsattributes.ts +16 -16
  133. package/src/models/components/supportingdocumentrelationships.ts +117 -82
  134. package/src/models/components/supportingdocumentresource.ts +18 -15
  135. package/src/models/errors/apierror.ts +29 -16
  136. package/src/models/errors/financeableerror.ts +35 -0
  137. package/src/models/errors/index.ts +1 -2
  138. package/src/models/errors/responsevalidationerror.ts +50 -0
  139. package/src/models/errors/sdkvalidationerror.ts +12 -0
  140. package/src/models/operations/createapplication.ts +299 -64
  141. package/src/models/operations/supportingdocumentscreate.ts +386 -0
  142. package/src/sdk/applications.ts +1 -1
  143. package/src/sdk/sdk.ts +7 -7
  144. package/src/sdk/supportingdocuments.ts +1 -1
  145. package/src/types/constdatetime.ts +1 -1
  146. package/types/constdatetime.js +1 -1
  147. package/models/errors/createapplication.d.ts +0 -73
  148. package/models/errors/createapplication.d.ts.map +0 -1
  149. package/models/errors/createapplication.js +0 -120
  150. package/models/errors/createapplication.js.map +0 -1
  151. package/models/errors/supportingdocumentscreate.d.ts +0 -143
  152. package/models/errors/supportingdocumentscreate.d.ts.map +0 -1
  153. package/models/errors/supportingdocumentscreate.js +0 -225
  154. package/models/errors/supportingdocumentscreate.js.map +0 -1
  155. package/src/models/errors/createapplication.ts +0 -149
  156. package/src/models/errors/supportingdocumentscreate.ts +0 -342
@@ -7,7 +7,7 @@ export declare const SupportingDocumentRelationshipsType: {
7
7
  readonly Customers: "customers";
8
8
  };
9
9
  export type SupportingDocumentRelationshipsType = ClosedEnum<typeof SupportingDocumentRelationshipsType>;
10
- export type Data = {
10
+ export type SupportingDocumentRelationshipsData = {
11
11
  type: SupportingDocumentRelationshipsType;
12
12
  id: string;
13
13
  };
@@ -15,7 +15,7 @@ export type Data = {
15
15
  * Reference to the ID of the customer record this support document relates to.
16
16
  */
17
17
  export type Customer = {
18
- data: Data;
18
+ data: SupportingDocumentRelationshipsData;
19
19
  links?: {
20
20
  [k: string]: LinkObject;
21
21
  } | undefined;
@@ -27,15 +27,15 @@ export declare const SupportingDocumentRelationshipsAssetType: {
27
27
  readonly Assets: "assets";
28
28
  };
29
29
  export type SupportingDocumentRelationshipsAssetType = ClosedEnum<typeof SupportingDocumentRelationshipsAssetType>;
30
- export type SupportingDocumentRelationshipsData = {
30
+ export type SupportingDocumentRelationshipsAssetData = {
31
31
  type: SupportingDocumentRelationshipsAssetType;
32
32
  id: string;
33
33
  };
34
34
  /**
35
35
  * Reference to the ID of the asset record this support document relates to.
36
36
  */
37
- export type Asset = {
38
- data: SupportingDocumentRelationshipsData;
37
+ export type SupportingDocumentRelationshipsAsset = {
38
+ data: SupportingDocumentRelationshipsAssetData;
39
39
  links?: {
40
40
  [k: string]: LinkObject;
41
41
  } | undefined;
@@ -96,7 +96,7 @@ export type SupportingDocumentRelationships = {
96
96
  /**
97
97
  * Reference to the ID of the asset record this support document relates to.
98
98
  */
99
- asset?: Asset | undefined;
99
+ asset?: SupportingDocumentRelationshipsAsset | undefined;
100
100
  /**
101
101
  * Reference to the ID of the entity record this support document relates to. One of: customer,asset or entity relationship must be provided.
102
102
  */
@@ -125,33 +125,33 @@ export declare namespace SupportingDocumentRelationshipsType$ {
125
125
  }>;
126
126
  }
127
127
  /** @internal */
128
- export declare const Data$inboundSchema: z.ZodType<Data, z.ZodTypeDef, unknown>;
128
+ export declare const SupportingDocumentRelationshipsData$inboundSchema: z.ZodType<SupportingDocumentRelationshipsData, z.ZodTypeDef, unknown>;
129
129
  /** @internal */
130
- export type Data$Outbound = {
130
+ export type SupportingDocumentRelationshipsData$Outbound = {
131
131
  type: string;
132
132
  id: string;
133
133
  };
134
134
  /** @internal */
135
- export declare const Data$outboundSchema: z.ZodType<Data$Outbound, z.ZodTypeDef, Data>;
135
+ export declare const SupportingDocumentRelationshipsData$outboundSchema: z.ZodType<SupportingDocumentRelationshipsData$Outbound, z.ZodTypeDef, SupportingDocumentRelationshipsData>;
136
136
  /**
137
137
  * @internal
138
138
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
139
139
  */
140
- export declare namespace Data$ {
141
- /** @deprecated use `Data$inboundSchema` instead. */
142
- const inboundSchema: z.ZodType<Data, z.ZodTypeDef, unknown>;
143
- /** @deprecated use `Data$outboundSchema` instead. */
144
- const outboundSchema: z.ZodType<Data$Outbound, z.ZodTypeDef, Data>;
145
- /** @deprecated use `Data$Outbound` instead. */
146
- type Outbound = Data$Outbound;
140
+ export declare namespace SupportingDocumentRelationshipsData$ {
141
+ /** @deprecated use `SupportingDocumentRelationshipsData$inboundSchema` instead. */
142
+ const inboundSchema: z.ZodType<SupportingDocumentRelationshipsData, z.ZodTypeDef, unknown>;
143
+ /** @deprecated use `SupportingDocumentRelationshipsData$outboundSchema` instead. */
144
+ const outboundSchema: z.ZodType<SupportingDocumentRelationshipsData$Outbound, z.ZodTypeDef, SupportingDocumentRelationshipsData>;
145
+ /** @deprecated use `SupportingDocumentRelationshipsData$Outbound` instead. */
146
+ type Outbound = SupportingDocumentRelationshipsData$Outbound;
147
147
  }
148
- export declare function dataToJSON(data: Data): string;
149
- export declare function dataFromJSON(jsonString: string): SafeParseResult<Data, SDKValidationError>;
148
+ export declare function supportingDocumentRelationshipsDataToJSON(supportingDocumentRelationshipsData: SupportingDocumentRelationshipsData): string;
149
+ export declare function supportingDocumentRelationshipsDataFromJSON(jsonString: string): SafeParseResult<SupportingDocumentRelationshipsData, SDKValidationError>;
150
150
  /** @internal */
151
151
  export declare const Customer$inboundSchema: z.ZodType<Customer, z.ZodTypeDef, unknown>;
152
152
  /** @internal */
153
153
  export type Customer$Outbound = {
154
- data: Data$Outbound;
154
+ data: SupportingDocumentRelationshipsData$Outbound;
155
155
  links?: {
156
156
  [k: string]: LinkObject$Outbound;
157
157
  } | undefined;
@@ -194,33 +194,33 @@ export declare namespace SupportingDocumentRelationshipsAssetType$ {
194
194
  }>;
195
195
  }
196
196
  /** @internal */
197
- export declare const SupportingDocumentRelationshipsData$inboundSchema: z.ZodType<SupportingDocumentRelationshipsData, z.ZodTypeDef, unknown>;
197
+ export declare const SupportingDocumentRelationshipsAssetData$inboundSchema: z.ZodType<SupportingDocumentRelationshipsAssetData, z.ZodTypeDef, unknown>;
198
198
  /** @internal */
199
- export type SupportingDocumentRelationshipsData$Outbound = {
199
+ export type SupportingDocumentRelationshipsAssetData$Outbound = {
200
200
  type: string;
201
201
  id: string;
202
202
  };
203
203
  /** @internal */
204
- export declare const SupportingDocumentRelationshipsData$outboundSchema: z.ZodType<SupportingDocumentRelationshipsData$Outbound, z.ZodTypeDef, SupportingDocumentRelationshipsData>;
204
+ export declare const SupportingDocumentRelationshipsAssetData$outboundSchema: z.ZodType<SupportingDocumentRelationshipsAssetData$Outbound, z.ZodTypeDef, SupportingDocumentRelationshipsAssetData>;
205
205
  /**
206
206
  * @internal
207
207
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
208
208
  */
209
- export declare namespace SupportingDocumentRelationshipsData$ {
210
- /** @deprecated use `SupportingDocumentRelationshipsData$inboundSchema` instead. */
211
- const inboundSchema: z.ZodType<SupportingDocumentRelationshipsData, z.ZodTypeDef, unknown>;
212
- /** @deprecated use `SupportingDocumentRelationshipsData$outboundSchema` instead. */
213
- const outboundSchema: z.ZodType<SupportingDocumentRelationshipsData$Outbound, z.ZodTypeDef, SupportingDocumentRelationshipsData>;
214
- /** @deprecated use `SupportingDocumentRelationshipsData$Outbound` instead. */
215
- type Outbound = SupportingDocumentRelationshipsData$Outbound;
209
+ export declare namespace SupportingDocumentRelationshipsAssetData$ {
210
+ /** @deprecated use `SupportingDocumentRelationshipsAssetData$inboundSchema` instead. */
211
+ const inboundSchema: z.ZodType<SupportingDocumentRelationshipsAssetData, z.ZodTypeDef, unknown>;
212
+ /** @deprecated use `SupportingDocumentRelationshipsAssetData$outboundSchema` instead. */
213
+ const outboundSchema: z.ZodType<SupportingDocumentRelationshipsAssetData$Outbound, z.ZodTypeDef, SupportingDocumentRelationshipsAssetData>;
214
+ /** @deprecated use `SupportingDocumentRelationshipsAssetData$Outbound` instead. */
215
+ type Outbound = SupportingDocumentRelationshipsAssetData$Outbound;
216
216
  }
217
- export declare function supportingDocumentRelationshipsDataToJSON(supportingDocumentRelationshipsData: SupportingDocumentRelationshipsData): string;
218
- export declare function supportingDocumentRelationshipsDataFromJSON(jsonString: string): SafeParseResult<SupportingDocumentRelationshipsData, SDKValidationError>;
217
+ export declare function supportingDocumentRelationshipsAssetDataToJSON(supportingDocumentRelationshipsAssetData: SupportingDocumentRelationshipsAssetData): string;
218
+ export declare function supportingDocumentRelationshipsAssetDataFromJSON(jsonString: string): SafeParseResult<SupportingDocumentRelationshipsAssetData, SDKValidationError>;
219
219
  /** @internal */
220
- export declare const Asset$inboundSchema: z.ZodType<Asset, z.ZodTypeDef, unknown>;
220
+ export declare const SupportingDocumentRelationshipsAsset$inboundSchema: z.ZodType<SupportingDocumentRelationshipsAsset, z.ZodTypeDef, unknown>;
221
221
  /** @internal */
222
- export type Asset$Outbound = {
223
- data: SupportingDocumentRelationshipsData$Outbound;
222
+ export type SupportingDocumentRelationshipsAsset$Outbound = {
223
+ data: SupportingDocumentRelationshipsAssetData$Outbound;
224
224
  links?: {
225
225
  [k: string]: LinkObject$Outbound;
226
226
  } | undefined;
@@ -229,21 +229,21 @@ export type Asset$Outbound = {
229
229
  } | undefined;
230
230
  };
231
231
  /** @internal */
232
- export declare const Asset$outboundSchema: z.ZodType<Asset$Outbound, z.ZodTypeDef, Asset>;
232
+ export declare const SupportingDocumentRelationshipsAsset$outboundSchema: z.ZodType<SupportingDocumentRelationshipsAsset$Outbound, z.ZodTypeDef, SupportingDocumentRelationshipsAsset>;
233
233
  /**
234
234
  * @internal
235
235
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
236
236
  */
237
- export declare namespace Asset$ {
238
- /** @deprecated use `Asset$inboundSchema` instead. */
239
- const inboundSchema: z.ZodType<Asset, z.ZodTypeDef, unknown>;
240
- /** @deprecated use `Asset$outboundSchema` instead. */
241
- const outboundSchema: z.ZodType<Asset$Outbound, z.ZodTypeDef, Asset>;
242
- /** @deprecated use `Asset$Outbound` instead. */
243
- type Outbound = Asset$Outbound;
237
+ export declare namespace SupportingDocumentRelationshipsAsset$ {
238
+ /** @deprecated use `SupportingDocumentRelationshipsAsset$inboundSchema` instead. */
239
+ const inboundSchema: z.ZodType<SupportingDocumentRelationshipsAsset, z.ZodTypeDef, unknown>;
240
+ /** @deprecated use `SupportingDocumentRelationshipsAsset$outboundSchema` instead. */
241
+ const outboundSchema: z.ZodType<SupportingDocumentRelationshipsAsset$Outbound, z.ZodTypeDef, SupportingDocumentRelationshipsAsset>;
242
+ /** @deprecated use `SupportingDocumentRelationshipsAsset$Outbound` instead. */
243
+ type Outbound = SupportingDocumentRelationshipsAsset$Outbound;
244
244
  }
245
- export declare function assetToJSON(asset: Asset): string;
246
- export declare function assetFromJSON(jsonString: string): SafeParseResult<Asset, SDKValidationError>;
245
+ export declare function supportingDocumentRelationshipsAssetToJSON(supportingDocumentRelationshipsAsset: SupportingDocumentRelationshipsAsset): string;
246
+ export declare function supportingDocumentRelationshipsAssetFromJSON(jsonString: string): SafeParseResult<SupportingDocumentRelationshipsAsset, SDKValidationError>;
247
247
  /** @internal */
248
248
  export declare const SupportingDocumentRelationshipsEntityType$inboundSchema: z.ZodNativeEnum<typeof SupportingDocumentRelationshipsEntityType>;
249
249
  /** @internal */
@@ -425,7 +425,7 @@ export declare const SupportingDocumentRelationships$inboundSchema: z.ZodType<Su
425
425
  /** @internal */
426
426
  export type SupportingDocumentRelationships$Outbound = {
427
427
  customer?: Customer$Outbound | undefined;
428
- asset?: Asset$Outbound | undefined;
428
+ asset?: SupportingDocumentRelationshipsAsset$Outbound | undefined;
429
429
  entity?: Entity$Outbound | undefined;
430
430
  application: Application$Outbound;
431
431
  };
@@ -1 +1 @@
1
- {"version":3,"file":"supportingdocumentrelationships.d.ts","sourceRoot":"","sources":["../../src/models/components/supportingdocumentrelationships.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"supportingdocumentrelationships.d.ts","sourceRoot":"","sources":["../../src/models/components/supportingdocumentrelationships.ts"],"names":[],"mappings":"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"}
@@ -36,15 +36,15 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.SupportingDocumentRelationships$ = exports.SupportingDocumentRelationships$outboundSchema = exports.SupportingDocumentRelationships$inboundSchema = exports.Application$ = exports.Application$outboundSchema = exports.Application$inboundSchema = exports.SupportingDocumentRelationshipsApplicationData$ = exports.SupportingDocumentRelationshipsApplicationData$outboundSchema = exports.SupportingDocumentRelationshipsApplicationData$inboundSchema = exports.SupportingDocumentRelationshipsApplicationType$ = exports.SupportingDocumentRelationshipsApplicationType$outboundSchema = exports.SupportingDocumentRelationshipsApplicationType$inboundSchema = exports.One$ = exports.One$outboundSchema = exports.One$inboundSchema = exports.Two$ = exports.Two$outboundSchema = exports.Two$inboundSchema = exports.Entity$ = exports.Entity$outboundSchema = exports.Entity$inboundSchema = exports.SupportingDocumentRelationshipsEntityData$ = exports.SupportingDocumentRelationshipsEntityData$outboundSchema = exports.SupportingDocumentRelationshipsEntityData$inboundSchema = exports.SupportingDocumentRelationshipsEntityType$ = exports.SupportingDocumentRelationshipsEntityType$outboundSchema = exports.SupportingDocumentRelationshipsEntityType$inboundSchema = exports.Asset$ = exports.Asset$outboundSchema = exports.Asset$inboundSchema = exports.SupportingDocumentRelationshipsData$ = exports.SupportingDocumentRelationshipsData$outboundSchema = exports.SupportingDocumentRelationshipsData$inboundSchema = exports.SupportingDocumentRelationshipsAssetType$ = exports.SupportingDocumentRelationshipsAssetType$outboundSchema = exports.SupportingDocumentRelationshipsAssetType$inboundSchema = exports.Customer$ = exports.Customer$outboundSchema = exports.Customer$inboundSchema = exports.Data$ = exports.Data$outboundSchema = exports.Data$inboundSchema = exports.SupportingDocumentRelationshipsType$ = exports.SupportingDocumentRelationshipsType$outboundSchema = exports.SupportingDocumentRelationshipsType$inboundSchema = exports.One = exports.Two = exports.SupportingDocumentRelationshipsEntityType = exports.SupportingDocumentRelationshipsAssetType = exports.SupportingDocumentRelationshipsType = void 0;
40
- exports.dataToJSON = dataToJSON;
41
- exports.dataFromJSON = dataFromJSON;
42
- exports.customerToJSON = customerToJSON;
43
- exports.customerFromJSON = customerFromJSON;
39
+ exports.SupportingDocumentRelationships$ = exports.SupportingDocumentRelationships$outboundSchema = exports.SupportingDocumentRelationships$inboundSchema = exports.Application$ = exports.Application$outboundSchema = exports.Application$inboundSchema = exports.SupportingDocumentRelationshipsApplicationData$ = exports.SupportingDocumentRelationshipsApplicationData$outboundSchema = exports.SupportingDocumentRelationshipsApplicationData$inboundSchema = exports.SupportingDocumentRelationshipsApplicationType$ = exports.SupportingDocumentRelationshipsApplicationType$outboundSchema = exports.SupportingDocumentRelationshipsApplicationType$inboundSchema = exports.One$ = exports.One$outboundSchema = exports.One$inboundSchema = exports.Two$ = exports.Two$outboundSchema = exports.Two$inboundSchema = exports.Entity$ = exports.Entity$outboundSchema = exports.Entity$inboundSchema = exports.SupportingDocumentRelationshipsEntityData$ = exports.SupportingDocumentRelationshipsEntityData$outboundSchema = exports.SupportingDocumentRelationshipsEntityData$inboundSchema = exports.SupportingDocumentRelationshipsEntityType$ = exports.SupportingDocumentRelationshipsEntityType$outboundSchema = exports.SupportingDocumentRelationshipsEntityType$inboundSchema = exports.SupportingDocumentRelationshipsAsset$ = exports.SupportingDocumentRelationshipsAsset$outboundSchema = exports.SupportingDocumentRelationshipsAsset$inboundSchema = exports.SupportingDocumentRelationshipsAssetData$ = exports.SupportingDocumentRelationshipsAssetData$outboundSchema = exports.SupportingDocumentRelationshipsAssetData$inboundSchema = exports.SupportingDocumentRelationshipsAssetType$ = exports.SupportingDocumentRelationshipsAssetType$outboundSchema = exports.SupportingDocumentRelationshipsAssetType$inboundSchema = exports.Customer$ = exports.Customer$outboundSchema = exports.Customer$inboundSchema = exports.SupportingDocumentRelationshipsData$ = exports.SupportingDocumentRelationshipsData$outboundSchema = exports.SupportingDocumentRelationshipsData$inboundSchema = exports.SupportingDocumentRelationshipsType$ = exports.SupportingDocumentRelationshipsType$outboundSchema = exports.SupportingDocumentRelationshipsType$inboundSchema = exports.One = exports.Two = exports.SupportingDocumentRelationshipsEntityType = exports.SupportingDocumentRelationshipsAssetType = exports.SupportingDocumentRelationshipsType = void 0;
44
40
  exports.supportingDocumentRelationshipsDataToJSON = supportingDocumentRelationshipsDataToJSON;
45
41
  exports.supportingDocumentRelationshipsDataFromJSON = supportingDocumentRelationshipsDataFromJSON;
46
- exports.assetToJSON = assetToJSON;
47
- exports.assetFromJSON = assetFromJSON;
42
+ exports.customerToJSON = customerToJSON;
43
+ exports.customerFromJSON = customerFromJSON;
44
+ exports.supportingDocumentRelationshipsAssetDataToJSON = supportingDocumentRelationshipsAssetDataToJSON;
45
+ exports.supportingDocumentRelationshipsAssetDataFromJSON = supportingDocumentRelationshipsAssetDataFromJSON;
46
+ exports.supportingDocumentRelationshipsAssetToJSON = supportingDocumentRelationshipsAssetToJSON;
47
+ exports.supportingDocumentRelationshipsAssetFromJSON = supportingDocumentRelationshipsAssetFromJSON;
48
48
  exports.supportingDocumentRelationshipsEntityDataToJSON = supportingDocumentRelationshipsEntityDataToJSON;
49
49
  exports.supportingDocumentRelationshipsEntityDataFromJSON = supportingDocumentRelationshipsEntityDataFromJSON;
50
50
  exports.entityToJSON = entityToJSON;
@@ -91,13 +91,12 @@ var SupportingDocumentRelationshipsType$;
91
91
  SupportingDocumentRelationshipsType$.outboundSchema = exports.SupportingDocumentRelationshipsType$outboundSchema;
92
92
  })(SupportingDocumentRelationshipsType$ || (exports.SupportingDocumentRelationshipsType$ = SupportingDocumentRelationshipsType$ = {}));
93
93
  /** @internal */
94
- exports.Data$inboundSchema = z
95
- .object({
94
+ exports.SupportingDocumentRelationshipsData$inboundSchema = z.object({
96
95
  type: exports.SupportingDocumentRelationshipsType$inboundSchema,
97
96
  id: z.string(),
98
97
  });
99
98
  /** @internal */
100
- exports.Data$outboundSchema = z.object({
99
+ exports.SupportingDocumentRelationshipsData$outboundSchema = z.object({
101
100
  type: exports.SupportingDocumentRelationshipsType$outboundSchema,
102
101
  id: z.string(),
103
102
  });
@@ -105,28 +104,28 @@ exports.Data$outboundSchema = z.object({
105
104
  * @internal
106
105
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
107
106
  */
108
- var Data$;
109
- (function (Data$) {
110
- /** @deprecated use `Data$inboundSchema` instead. */
111
- Data$.inboundSchema = exports.Data$inboundSchema;
112
- /** @deprecated use `Data$outboundSchema` instead. */
113
- Data$.outboundSchema = exports.Data$outboundSchema;
114
- })(Data$ || (exports.Data$ = Data$ = {}));
115
- function dataToJSON(data) {
116
- return JSON.stringify(exports.Data$outboundSchema.parse(data));
107
+ var SupportingDocumentRelationshipsData$;
108
+ (function (SupportingDocumentRelationshipsData$) {
109
+ /** @deprecated use `SupportingDocumentRelationshipsData$inboundSchema` instead. */
110
+ SupportingDocumentRelationshipsData$.inboundSchema = exports.SupportingDocumentRelationshipsData$inboundSchema;
111
+ /** @deprecated use `SupportingDocumentRelationshipsData$outboundSchema` instead. */
112
+ SupportingDocumentRelationshipsData$.outboundSchema = exports.SupportingDocumentRelationshipsData$outboundSchema;
113
+ })(SupportingDocumentRelationshipsData$ || (exports.SupportingDocumentRelationshipsData$ = SupportingDocumentRelationshipsData$ = {}));
114
+ function supportingDocumentRelationshipsDataToJSON(supportingDocumentRelationshipsData) {
115
+ return JSON.stringify(exports.SupportingDocumentRelationshipsData$outboundSchema.parse(supportingDocumentRelationshipsData));
117
116
  }
118
- function dataFromJSON(jsonString) {
119
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Data$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Data' from JSON`);
117
+ function supportingDocumentRelationshipsDataFromJSON(jsonString) {
118
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SupportingDocumentRelationshipsData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SupportingDocumentRelationshipsData' from JSON`);
120
119
  }
121
120
  /** @internal */
122
121
  exports.Customer$inboundSchema = z.object({
123
- data: z.lazy(() => exports.Data$inboundSchema),
122
+ data: z.lazy(() => exports.SupportingDocumentRelationshipsData$inboundSchema),
124
123
  links: z.record(linkobject_js_1.LinkObject$inboundSchema).optional(),
125
124
  meta: z.record(z.any()).optional(),
126
125
  });
127
126
  /** @internal */
128
127
  exports.Customer$outboundSchema = z.object({
129
- data: z.lazy(() => exports.Data$outboundSchema),
128
+ data: z.lazy(() => exports.SupportingDocumentRelationshipsData$outboundSchema),
130
129
  links: z.record(linkobject_js_1.LinkObject$outboundSchema).optional(),
131
130
  meta: z.record(z.any()).optional(),
132
131
  });
@@ -164,12 +163,12 @@ var SupportingDocumentRelationshipsAssetType$;
164
163
  SupportingDocumentRelationshipsAssetType$.outboundSchema = exports.SupportingDocumentRelationshipsAssetType$outboundSchema;
165
164
  })(SupportingDocumentRelationshipsAssetType$ || (exports.SupportingDocumentRelationshipsAssetType$ = SupportingDocumentRelationshipsAssetType$ = {}));
166
165
  /** @internal */
167
- exports.SupportingDocumentRelationshipsData$inboundSchema = z.object({
166
+ exports.SupportingDocumentRelationshipsAssetData$inboundSchema = z.object({
168
167
  type: exports.SupportingDocumentRelationshipsAssetType$inboundSchema,
169
168
  id: z.string(),
170
169
  });
171
170
  /** @internal */
172
- exports.SupportingDocumentRelationshipsData$outboundSchema = z.object({
171
+ exports.SupportingDocumentRelationshipsAssetData$outboundSchema = z.object({
173
172
  type: exports.SupportingDocumentRelationshipsAssetType$outboundSchema,
174
173
  id: z.string(),
175
174
  });
@@ -177,29 +176,28 @@ exports.SupportingDocumentRelationshipsData$outboundSchema = z.object({
177
176
  * @internal
178
177
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
179
178
  */
180
- var SupportingDocumentRelationshipsData$;
181
- (function (SupportingDocumentRelationshipsData$) {
182
- /** @deprecated use `SupportingDocumentRelationshipsData$inboundSchema` instead. */
183
- SupportingDocumentRelationshipsData$.inboundSchema = exports.SupportingDocumentRelationshipsData$inboundSchema;
184
- /** @deprecated use `SupportingDocumentRelationshipsData$outboundSchema` instead. */
185
- SupportingDocumentRelationshipsData$.outboundSchema = exports.SupportingDocumentRelationshipsData$outboundSchema;
186
- })(SupportingDocumentRelationshipsData$ || (exports.SupportingDocumentRelationshipsData$ = SupportingDocumentRelationshipsData$ = {}));
187
- function supportingDocumentRelationshipsDataToJSON(supportingDocumentRelationshipsData) {
188
- return JSON.stringify(exports.SupportingDocumentRelationshipsData$outboundSchema.parse(supportingDocumentRelationshipsData));
179
+ var SupportingDocumentRelationshipsAssetData$;
180
+ (function (SupportingDocumentRelationshipsAssetData$) {
181
+ /** @deprecated use `SupportingDocumentRelationshipsAssetData$inboundSchema` instead. */
182
+ SupportingDocumentRelationshipsAssetData$.inboundSchema = exports.SupportingDocumentRelationshipsAssetData$inboundSchema;
183
+ /** @deprecated use `SupportingDocumentRelationshipsAssetData$outboundSchema` instead. */
184
+ SupportingDocumentRelationshipsAssetData$.outboundSchema = exports.SupportingDocumentRelationshipsAssetData$outboundSchema;
185
+ })(SupportingDocumentRelationshipsAssetData$ || (exports.SupportingDocumentRelationshipsAssetData$ = SupportingDocumentRelationshipsAssetData$ = {}));
186
+ function supportingDocumentRelationshipsAssetDataToJSON(supportingDocumentRelationshipsAssetData) {
187
+ return JSON.stringify(exports.SupportingDocumentRelationshipsAssetData$outboundSchema.parse(supportingDocumentRelationshipsAssetData));
189
188
  }
190
- function supportingDocumentRelationshipsDataFromJSON(jsonString) {
191
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SupportingDocumentRelationshipsData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SupportingDocumentRelationshipsData' from JSON`);
189
+ function supportingDocumentRelationshipsAssetDataFromJSON(jsonString) {
190
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SupportingDocumentRelationshipsAssetData$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SupportingDocumentRelationshipsAssetData' from JSON`);
192
191
  }
193
192
  /** @internal */
194
- exports.Asset$inboundSchema = z
195
- .object({
196
- data: z.lazy(() => exports.SupportingDocumentRelationshipsData$inboundSchema),
193
+ exports.SupportingDocumentRelationshipsAsset$inboundSchema = z.object({
194
+ data: z.lazy(() => exports.SupportingDocumentRelationshipsAssetData$inboundSchema),
197
195
  links: z.record(linkobject_js_1.LinkObject$inboundSchema).optional(),
198
196
  meta: z.record(z.any()).optional(),
199
197
  });
200
198
  /** @internal */
201
- exports.Asset$outboundSchema = z.object({
202
- data: z.lazy(() => exports.SupportingDocumentRelationshipsData$outboundSchema),
199
+ exports.SupportingDocumentRelationshipsAsset$outboundSchema = z.object({
200
+ data: z.lazy(() => exports.SupportingDocumentRelationshipsAssetData$outboundSchema),
203
201
  links: z.record(linkobject_js_1.LinkObject$outboundSchema).optional(),
204
202
  meta: z.record(z.any()).optional(),
205
203
  });
@@ -207,18 +205,18 @@ exports.Asset$outboundSchema = z.object({
207
205
  * @internal
208
206
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
209
207
  */
210
- var Asset$;
211
- (function (Asset$) {
212
- /** @deprecated use `Asset$inboundSchema` instead. */
213
- Asset$.inboundSchema = exports.Asset$inboundSchema;
214
- /** @deprecated use `Asset$outboundSchema` instead. */
215
- Asset$.outboundSchema = exports.Asset$outboundSchema;
216
- })(Asset$ || (exports.Asset$ = Asset$ = {}));
217
- function assetToJSON(asset) {
218
- return JSON.stringify(exports.Asset$outboundSchema.parse(asset));
208
+ var SupportingDocumentRelationshipsAsset$;
209
+ (function (SupportingDocumentRelationshipsAsset$) {
210
+ /** @deprecated use `SupportingDocumentRelationshipsAsset$inboundSchema` instead. */
211
+ SupportingDocumentRelationshipsAsset$.inboundSchema = exports.SupportingDocumentRelationshipsAsset$inboundSchema;
212
+ /** @deprecated use `SupportingDocumentRelationshipsAsset$outboundSchema` instead. */
213
+ SupportingDocumentRelationshipsAsset$.outboundSchema = exports.SupportingDocumentRelationshipsAsset$outboundSchema;
214
+ })(SupportingDocumentRelationshipsAsset$ || (exports.SupportingDocumentRelationshipsAsset$ = SupportingDocumentRelationshipsAsset$ = {}));
215
+ function supportingDocumentRelationshipsAssetToJSON(supportingDocumentRelationshipsAsset) {
216
+ return JSON.stringify(exports.SupportingDocumentRelationshipsAsset$outboundSchema.parse(supportingDocumentRelationshipsAsset));
219
217
  }
220
- function assetFromJSON(jsonString) {
221
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Asset$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Asset' from JSON`);
218
+ function supportingDocumentRelationshipsAssetFromJSON(jsonString) {
219
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SupportingDocumentRelationshipsAsset$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SupportingDocumentRelationshipsAsset' from JSON`);
222
220
  }
223
221
  /** @internal */
224
222
  exports.SupportingDocumentRelationshipsEntityType$inboundSchema = z
@@ -403,14 +401,16 @@ function applicationFromJSON(jsonString) {
403
401
  /** @internal */
404
402
  exports.SupportingDocumentRelationships$inboundSchema = z.object({
405
403
  customer: z.lazy(() => exports.Customer$inboundSchema).optional(),
406
- asset: z.lazy(() => exports.Asset$inboundSchema).optional(),
404
+ asset: z.lazy(() => exports.SupportingDocumentRelationshipsAsset$inboundSchema)
405
+ .optional(),
407
406
  entity: z.lazy(() => exports.Entity$inboundSchema).optional(),
408
407
  application: z.lazy(() => exports.Application$inboundSchema),
409
408
  });
410
409
  /** @internal */
411
410
  exports.SupportingDocumentRelationships$outboundSchema = z.object({
412
411
  customer: z.lazy(() => exports.Customer$outboundSchema).optional(),
413
- asset: z.lazy(() => exports.Asset$outboundSchema).optional(),
412
+ asset: z.lazy(() => exports.SupportingDocumentRelationshipsAsset$outboundSchema)
413
+ .optional(),
414
414
  entity: z.lazy(() => exports.Entity$outboundSchema).optional(),
415
415
  application: z.lazy(() => exports.Application$outboundSchema),
416
416
  });
@@ -1 +1 @@
1
- {"version":3,"file":"supportingdocumentrelationships.js","sourceRoot":"","sources":["../../src/models/components/supportingdocumentrelationships.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"supportingdocumentrelationships.js","sourceRoot":"","sources":["../../src/models/components/supportingdocumentrelationships.ts"],"names":[],"mappings":"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"}
@@ -5,12 +5,12 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
5
  import { LinkObject, LinkObject$Outbound } from "./linkobject.js";
6
6
  import { SupportingDocumentAttributesInput, SupportingDocumentAttributesInput$Outbound } from "./supportingdocumentattributesinput.js";
7
7
  import { SupportingDocumentRelationships, SupportingDocumentRelationships$Outbound } from "./supportingdocumentrelationships.js";
8
- export declare const Type: {
8
+ export declare const SupportingDocumentResourceType: {
9
9
  readonly SupportingDocuments: "supporting-documents";
10
10
  };
11
- export type Type = ClosedEnum<typeof Type>;
11
+ export type SupportingDocumentResourceType = ClosedEnum<typeof SupportingDocumentResourceType>;
12
12
  export type SupportingDocumentResource = {
13
- type: Type;
13
+ type: SupportingDocumentResourceType;
14
14
  attributes: SupportingDocumentAttributesInput;
15
15
  relationships: SupportingDocumentRelationships;
16
16
  links?: {
@@ -21,19 +21,19 @@ export type SupportingDocumentResource = {
21
21
  } | undefined;
22
22
  };
23
23
  /** @internal */
24
- export declare const Type$inboundSchema: z.ZodNativeEnum<typeof Type>;
24
+ export declare const SupportingDocumentResourceType$inboundSchema: z.ZodNativeEnum<typeof SupportingDocumentResourceType>;
25
25
  /** @internal */
26
- export declare const Type$outboundSchema: z.ZodNativeEnum<typeof Type>;
26
+ export declare const SupportingDocumentResourceType$outboundSchema: z.ZodNativeEnum<typeof SupportingDocumentResourceType>;
27
27
  /**
28
28
  * @internal
29
29
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
30
30
  */
31
- export declare namespace Type$ {
32
- /** @deprecated use `Type$inboundSchema` instead. */
31
+ export declare namespace SupportingDocumentResourceType$ {
32
+ /** @deprecated use `SupportingDocumentResourceType$inboundSchema` instead. */
33
33
  const inboundSchema: z.ZodNativeEnum<{
34
34
  readonly SupportingDocuments: "supporting-documents";
35
35
  }>;
36
- /** @deprecated use `Type$outboundSchema` instead. */
36
+ /** @deprecated use `SupportingDocumentResourceType$outboundSchema` instead. */
37
37
  const outboundSchema: z.ZodNativeEnum<{
38
38
  readonly SupportingDocuments: "supporting-documents";
39
39
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"supportingdocumentresource.d.ts","sourceRoot":"","sources":["../../src/models/components/supportingdocumentresource.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,UAAU,EAEV,mBAAmB,EAEpB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,iCAAiC,EAEjC,0CAA0C,EAE3C,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,+BAA+B,EAE/B,wCAAwC,EAEzC,MAAM,sCAAsC,CAAC;AAE9C,eAAO,MAAM,IAAI;;CAEP,CAAC;AACX,MAAM,MAAM,IAAI,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC;AAE3C,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,IAAI,CAAC;IACX,UAAU,EAAE,iCAAiC,CAAC;IAC9C,aAAa,EAAE,+BAA+B,CAAC;IAC/C,KAAK,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,UAAU,CAAA;KAAE,GAAG,SAAS,CAAC;IAChD,IAAI,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kBAAkB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,IAAI,CAE3D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mBAAmB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,IAAI,CACzC,CAAC;AAErB;;;GAGG;AACH,yBAAiB,KAAK,CAAC;IACrB,oDAAoD;IAC7C,MAAM,aAAa;;MAAqB,CAAC;IAChD,qDAAqD;IAC9C,MAAM,cAAc;;MAAsB,CAAC;CACnD;AAED,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC9D,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,mCAAmC,GAAG;IAChD,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,0CAA0C,CAAC;IACvD,aAAa,EAAE,wCAAwC,CAAC;IACxD,KAAK,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,mBAAmB,CAAA;KAAE,GAAG,SAAS,CAAC;IACzD,IAAI,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,0BAA0B,CAO1B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,2BAA2B,CAAC;IAC3C,0EAA0E;IACnE,MAAM,aAAa,8DAA2C,CAAC;IACtE,2EAA2E;IACpE,MAAM,cAAc,0FAA4C,CAAC;IACxE,qEAAqE;IACrE,KAAY,QAAQ,GAAG,mCAAmC,CAAC;CAC5D;AAED,wBAAgB,gCAAgC,CAC9C,0BAA0B,EAAE,0BAA0B,GACrD,MAAM,CAIR;AAED,wBAAgB,kCAAkC,CAChD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,0BAA0B,EAAE,kBAAkB,CAAC,CAMjE"}
1
+ {"version":3,"file":"supportingdocumentresource.d.ts","sourceRoot":"","sources":["../../src/models/components/supportingdocumentresource.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,UAAU,EAEV,mBAAmB,EAEpB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,iCAAiC,EAEjC,0CAA0C,EAE3C,MAAM,wCAAwC,CAAC;AAChD,OAAO,EACL,+BAA+B,EAE/B,wCAAwC,EAEzC,MAAM,sCAAsC,CAAC;AAE9C,eAAO,MAAM,8BAA8B;;CAEjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,UAAU,CACrD,OAAO,8BAA8B,CACtC,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,8BAA8B,CAAC;IACrC,UAAU,EAAE,iCAAiC,CAAC;IAC9C,aAAa,EAAE,+BAA+B,CAAC;IAC/C,KAAK,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,UAAU,CAAA;KAAE,GAAG,SAAS,CAAC;IAChD,IAAI,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,aAAa,CACxE,OAAO,8BAA8B,CACS,CAAC;AAEjD,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,aAAa,CACzE,OAAO,8BAA8B,CACS,CAAC;AAEjD;;;GAGG;AACH,yBAAiB,+BAA+B,CAAC;IAC/C,8EAA8E;IACvE,MAAM,aAAa;;MAA+C,CAAC;IAC1E,+EAA+E;IACxE,MAAM,cAAc;;MAAgD,CAAC;CAC7E;AAED,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC9D,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,mCAAmC,GAAG;IAChD,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,0CAA0C,CAAC;IACvD,aAAa,EAAE,wCAAwC,CAAC;IACxD,KAAK,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,mBAAmB,CAAA;KAAE,GAAG,SAAS,CAAC;IACzD,IAAI,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,0BAA0B,CAO1B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,2BAA2B,CAAC;IAC3C,0EAA0E;IACnE,MAAM,aAAa,8DAA2C,CAAC;IACtE,2EAA2E;IACpE,MAAM,cAAc,0FAA4C,CAAC;IACxE,qEAAqE;IACrE,KAAY,QAAQ,GAAG,mCAAmC,CAAC;CAC5D;AAED,wBAAgB,gCAAgC,CAC9C,0BAA0B,EAAE,0BAA0B,GACrD,MAAM,CAIR;AAED,wBAAgB,kCAAkC,CAChD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,0BAA0B,EAAE,kBAAkB,CAAC,CAMjE"}
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.SupportingDocumentResource$ = exports.SupportingDocumentResource$outboundSchema = exports.SupportingDocumentResource$inboundSchema = exports.Type$ = exports.Type$outboundSchema = exports.Type$inboundSchema = exports.Type = void 0;
39
+ exports.SupportingDocumentResource$ = exports.SupportingDocumentResource$outboundSchema = exports.SupportingDocumentResource$inboundSchema = exports.SupportingDocumentResourceType$ = exports.SupportingDocumentResourceType$outboundSchema = exports.SupportingDocumentResourceType$inboundSchema = exports.SupportingDocumentResourceType = void 0;
40
40
  exports.supportingDocumentResourceToJSON = supportingDocumentResourceToJSON;
41
41
  exports.supportingDocumentResourceFromJSON = supportingDocumentResourceFromJSON;
42
42
  const z = __importStar(require("zod"));
@@ -44,27 +44,27 @@ const schemas_js_1 = require("../../lib/schemas.js");
44
44
  const linkobject_js_1 = require("./linkobject.js");
45
45
  const supportingdocumentattributesinput_js_1 = require("./supportingdocumentattributesinput.js");
46
46
  const supportingdocumentrelationships_js_1 = require("./supportingdocumentrelationships.js");
47
- exports.Type = {
47
+ exports.SupportingDocumentResourceType = {
48
48
  SupportingDocuments: "supporting-documents",
49
49
  };
50
50
  /** @internal */
51
- exports.Type$inboundSchema = z.nativeEnum(exports.Type);
51
+ exports.SupportingDocumentResourceType$inboundSchema = z.nativeEnum(exports.SupportingDocumentResourceType);
52
52
  /** @internal */
53
- exports.Type$outboundSchema = exports.Type$inboundSchema;
53
+ exports.SupportingDocumentResourceType$outboundSchema = exports.SupportingDocumentResourceType$inboundSchema;
54
54
  /**
55
55
  * @internal
56
56
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
57
57
  */
58
- var Type$;
59
- (function (Type$) {
60
- /** @deprecated use `Type$inboundSchema` instead. */
61
- Type$.inboundSchema = exports.Type$inboundSchema;
62
- /** @deprecated use `Type$outboundSchema` instead. */
63
- Type$.outboundSchema = exports.Type$outboundSchema;
64
- })(Type$ || (exports.Type$ = Type$ = {}));
58
+ var SupportingDocumentResourceType$;
59
+ (function (SupportingDocumentResourceType$) {
60
+ /** @deprecated use `SupportingDocumentResourceType$inboundSchema` instead. */
61
+ SupportingDocumentResourceType$.inboundSchema = exports.SupportingDocumentResourceType$inboundSchema;
62
+ /** @deprecated use `SupportingDocumentResourceType$outboundSchema` instead. */
63
+ SupportingDocumentResourceType$.outboundSchema = exports.SupportingDocumentResourceType$outboundSchema;
64
+ })(SupportingDocumentResourceType$ || (exports.SupportingDocumentResourceType$ = SupportingDocumentResourceType$ = {}));
65
65
  /** @internal */
66
66
  exports.SupportingDocumentResource$inboundSchema = z.object({
67
- type: exports.Type$inboundSchema,
67
+ type: exports.SupportingDocumentResourceType$inboundSchema,
68
68
  attributes: supportingdocumentattributesinput_js_1.SupportingDocumentAttributesInput$inboundSchema,
69
69
  relationships: supportingdocumentrelationships_js_1.SupportingDocumentRelationships$inboundSchema,
70
70
  links: z.record(linkobject_js_1.LinkObject$inboundSchema).optional(),
@@ -72,7 +72,7 @@ exports.SupportingDocumentResource$inboundSchema = z.object({
72
72
  });
73
73
  /** @internal */
74
74
  exports.SupportingDocumentResource$outboundSchema = z.object({
75
- type: exports.Type$outboundSchema,
75
+ type: exports.SupportingDocumentResourceType$outboundSchema,
76
76
  attributes: supportingdocumentattributesinput_js_1.SupportingDocumentAttributesInput$outboundSchema,
77
77
  relationships: supportingdocumentrelationships_js_1.SupportingDocumentRelationships$outboundSchema,
78
78
  links: z.record(linkobject_js_1.LinkObject$outboundSchema).optional(),
@@ -1 +1 @@
1
- {"version":3,"file":"supportingdocumentresource.js","sourceRoot":"","sources":["../../src/models/components/supportingdocumentresource.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2GH,4EAMC;AAED,gFAQC;AAzHD,uCAAyB;AACzB,qDAAiD;AAIjD,mDAKyB;AACzB,iGAKgD;AAChD,6FAK8C;AAEjC,QAAA,IAAI,GAAG;IAClB,mBAAmB,EAAE,sBAAsB;CACnC,CAAC;AAWX,gBAAgB;AACH,QAAA,kBAAkB,GAAiC,CAAC,CAAC,UAAU,CAC1E,YAAI,CACL,CAAC;AAEF,gBAAgB;AACH,QAAA,mBAAmB,GAC9B,0BAAkB,CAAC;AAErB;;;GAGG;AACH,IAAiB,KAAK,CAKrB;AALD,WAAiB,KAAK;IACpB,oDAAoD;IACvC,mBAAa,GAAG,0BAAkB,CAAC;IAChD,qDAAqD;IACxC,oBAAc,GAAG,2BAAmB,CAAC;AACpD,CAAC,EALgB,KAAK,qBAAL,KAAK,QAKrB;AAED,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,0BAAkB;IACxB,UAAU,EAAE,sFAA+C;IAC3D,aAAa,EAAE,kFAA6C;IAC5D,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,wCAAwB,CAAC,CAAC,QAAQ,EAAE;IACpD,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAWH,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,2BAAmB;IACzB,UAAU,EAAE,uFAAgD;IAC5D,aAAa,EAAE,mFAA8C;IAC7D,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,yCAAyB,CAAC,CAAC,QAAQ,EAAE;IACrD,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,2BAA2B,CAO3C;AAPD,WAAiB,2BAA2B;IAC1C,0EAA0E;IAC7D,yCAAa,GAAG,gDAAwC,CAAC;IACtE,2EAA2E;IAC9D,0CAAc,GAAG,iDAAyC,CAAC;AAG1E,CAAC,EAPgB,2BAA2B,2CAA3B,2BAA2B,QAO3C;AAED,SAAgB,gCAAgC,CAC9C,0BAAsD;IAEtD,OAAO,IAAI,CAAC,SAAS,CACnB,iDAAyC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAC5E,CAAC;AACJ,CAAC;AAED,SAAgB,kCAAkC,CAChD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,gDAAwC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACpE,wDAAwD,CACzD,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"supportingdocumentresource.js","sourceRoot":"","sources":["../../src/models/components/supportingdocumentresource.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8GH,4EAMC;AAED,gFAQC;AA5HD,uCAAyB;AACzB,qDAAiD;AAIjD,mDAKyB;AACzB,iGAKgD;AAChD,6FAK8C;AAEjC,QAAA,8BAA8B,GAAG;IAC5C,mBAAmB,EAAE,sBAAsB;CACnC,CAAC;AAaX,gBAAgB;AACH,QAAA,4CAA4C,GAErD,CAAC,CAAC,UAAU,CAAC,sCAA8B,CAAC,CAAC;AAEjD,gBAAgB;AACH,QAAA,6CAA6C,GAEtD,oDAA4C,CAAC;AAEjD;;;GAGG;AACH,IAAiB,+BAA+B,CAK/C;AALD,WAAiB,+BAA+B;IAC9C,8EAA8E;IACjE,6CAAa,GAAG,oDAA4C,CAAC;IAC1E,+EAA+E;IAClE,8CAAc,GAAG,qDAA6C,CAAC;AAC9E,CAAC,EALgB,+BAA+B,+CAA/B,+BAA+B,QAK/C;AAED,gBAAgB;AACH,QAAA,wCAAwC,GAIjD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,oDAA4C;IAClD,UAAU,EAAE,sFAA+C;IAC3D,aAAa,EAAE,kFAA6C;IAC5D,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,wCAAwB,CAAC,CAAC,QAAQ,EAAE;IACpD,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAWH,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,qDAA6C;IACnD,UAAU,EAAE,uFAAgD;IAC5D,aAAa,EAAE,mFAA8C;IAC7D,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,yCAAyB,CAAC,CAAC,QAAQ,EAAE;IACrD,IAAI,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,2BAA2B,CAO3C;AAPD,WAAiB,2BAA2B;IAC1C,0EAA0E;IAC7D,yCAAa,GAAG,gDAAwC,CAAC;IACtE,2EAA2E;IAC9D,0CAAc,GAAG,iDAAyC,CAAC;AAG1E,CAAC,EAPgB,2BAA2B,2CAA3B,2BAA2B,QAO3C;AAED,SAAgB,gCAAgC,CAC9C,0BAAsD;IAEtD,OAAO,IAAI,CAAC,SAAS,CACnB,iDAAyC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAC5E,CAAC;AACJ,CAAC;AAED,SAAgB,kCAAkC,CAChD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,gDAAwC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACpE,wDAAwD,CACzD,CAAC;AACJ,CAAC"}