@byte_fluffy/nexra-sdk 0.1.0-alpha.7 → 0.1.0-alpha.8
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/README.md +2 -2
- package/dist/catalog.d.ts +1 -1
- package/dist/catalog.js +1 -1
- package/dist/chunk-IUUMCS7F.js +18776 -0
- package/dist/{index-DLTP5_Ri.d.ts → index-CAi88bUo.d.ts} +51 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-3ZBQVBMA.js +0 -8115
package/README.md
CHANGED
|
@@ -48,7 +48,8 @@ src/
|
|
|
48
48
|
catalog/
|
|
49
49
|
index.ts CatalogClient, getModelSpec, listModelSpecs
|
|
50
50
|
generated/ Generated artifacts (committed; required to publish)
|
|
51
|
-
image.generated.json
|
|
51
|
+
image.generated.json Image model specs
|
|
52
|
+
language.generated.json Text/language model specs
|
|
52
53
|
index.ts Imports every kind JSON and exports the merged array
|
|
53
54
|
generated/
|
|
54
55
|
version.generated.ts SDK_VERSION used by the transport
|
|
@@ -66,4 +67,3 @@ scripts/
|
|
|
66
67
|
`src/catalog/generated/<kind>.generated.json` per kind (new kinds appear
|
|
67
68
|
automatically), regenerates the merging `index.ts`, and bumps
|
|
68
69
|
`src/generated/version.generated.ts`. No hand-written code changes.
|
|
69
|
-
|
package/dist/catalog.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { d as CatalogClient, h as CreateNexraQuoteRequest,
|
|
1
|
+
export { d as CatalogClient, h as CreateNexraDisplayQuoteBatchRequest, i as CreateNexraQuoteRequest, k as MediaGeometryField, l as MediaGeometryProjection, x as NexraBillingCurrency, y as NexraCatalogRevision, z as NexraDisplayQuoteBatch, D as NexraModelEndpointSpec, E as NexraModelOperation, G as NexraModelSpec, I as NexraModelSpecFilter, K as NexraQuote, L as NexraSalePrice, O as NexraSalePriceList, N as NexraSettlement, V as UnifiedMediaGeometry, _ as applyMediaGeometry, a0 as decodeMediaGeometry, a1 as encodeMediaGeometry, a3 as getModelSpec, a5 as listModelSpecs, a6 as projectMediaGeometry } from './index-CAi88bUo.js';
|