@chrt-inc/typescript-sdk 1.962.0 → 1.963.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 (64) hide show
  1. package/dist/cjs/Client.js +2 -2
  2. package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.d.ts +3 -0
  3. package/dist/cjs/api/resources/billingNew/resources/invoices/client/Client.js +5 -0
  4. package/dist/cjs/api/resources/billingNew/resources/invoices/index.d.ts +1 -0
  5. package/dist/cjs/api/resources/billingNew/resources/invoices/index.js +1 -0
  6. package/dist/cjs/api/resources/billingNew/resources/invoices/resources/export/client/Client.d.ts +51 -0
  7. package/dist/cjs/api/resources/billingNew/resources/invoices/resources/export/client/Client.js +139 -0
  8. package/dist/cjs/api/resources/billingNew/resources/invoices/resources/export/client/index.d.ts +2 -0
  9. package/dist/cjs/api/resources/billingNew/resources/invoices/resources/export/client/index.js +17 -0
  10. package/dist/cjs/api/resources/billingNew/resources/invoices/resources/export/client/requests/ExportListV1Request.d.ts +14 -0
  11. package/dist/cjs/api/resources/billingNew/resources/invoices/resources/export/client/requests/ExportListV1Request.js +5 -0
  12. package/dist/cjs/api/resources/billingNew/resources/invoices/resources/export/client/requests/index.d.ts +1 -0
  13. package/dist/cjs/api/resources/billingNew/resources/invoices/resources/export/client/requests/index.js +2 -0
  14. package/dist/cjs/api/resources/billingNew/resources/invoices/resources/export/index.d.ts +1 -0
  15. package/dist/cjs/api/resources/billingNew/resources/invoices/resources/export/index.js +17 -0
  16. package/dist/cjs/api/resources/billingNew/resources/invoices/resources/index.d.ts +2 -0
  17. package/dist/cjs/api/resources/billingNew/resources/invoices/resources/index.js +41 -0
  18. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.ts +26 -0
  19. package/dist/cjs/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.js +118 -0
  20. package/dist/cjs/api/types/InvoiceExportListItem.d.ts +46 -0
  21. package/dist/cjs/api/types/InvoiceExportListItem.js +5 -0
  22. package/dist/cjs/api/types/InvoiceExportListRes.d.ts +8 -0
  23. package/dist/cjs/api/types/InvoiceExportListRes.js +5 -0
  24. package/dist/cjs/api/types/ReelablesAsset1.d.ts +3 -0
  25. package/dist/cjs/api/types/ReelablesAssetPausedTimeWindow1.d.ts +7 -0
  26. package/dist/cjs/api/types/ReelablesAssetPausedTimeWindow1.js +5 -0
  27. package/dist/cjs/api/types/ReelablesDataPointMetadata1.d.ts +1 -0
  28. package/dist/cjs/api/types/index.d.ts +3 -0
  29. package/dist/cjs/api/types/index.js +3 -0
  30. package/dist/cjs/version.d.ts +1 -1
  31. package/dist/cjs/version.js +1 -1
  32. package/dist/esm/Client.mjs +2 -2
  33. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.d.mts +3 -0
  34. package/dist/esm/api/resources/billingNew/resources/invoices/client/Client.mjs +5 -0
  35. package/dist/esm/api/resources/billingNew/resources/invoices/index.d.mts +1 -0
  36. package/dist/esm/api/resources/billingNew/resources/invoices/index.mjs +1 -0
  37. package/dist/esm/api/resources/billingNew/resources/invoices/resources/export/client/Client.d.mts +51 -0
  38. package/dist/esm/api/resources/billingNew/resources/invoices/resources/export/client/Client.mjs +102 -0
  39. package/dist/esm/api/resources/billingNew/resources/invoices/resources/export/client/index.d.mts +2 -0
  40. package/dist/esm/api/resources/billingNew/resources/invoices/resources/export/client/index.mjs +1 -0
  41. package/dist/esm/api/resources/billingNew/resources/invoices/resources/export/client/requests/ExportListV1Request.d.mts +14 -0
  42. package/dist/esm/api/resources/billingNew/resources/invoices/resources/export/client/requests/ExportListV1Request.mjs +4 -0
  43. package/dist/esm/api/resources/billingNew/resources/invoices/resources/export/client/requests/index.d.mts +1 -0
  44. package/dist/esm/api/resources/billingNew/resources/invoices/resources/export/client/requests/index.mjs +1 -0
  45. package/dist/esm/api/resources/billingNew/resources/invoices/resources/export/index.d.mts +1 -0
  46. package/dist/esm/api/resources/billingNew/resources/invoices/resources/export/index.mjs +1 -0
  47. package/dist/esm/api/resources/billingNew/resources/invoices/resources/index.d.mts +2 -0
  48. package/dist/esm/api/resources/billingNew/resources/invoices/resources/index.mjs +2 -0
  49. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.d.mts +26 -0
  50. package/dist/esm/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.mjs +118 -0
  51. package/dist/esm/api/types/InvoiceExportListItem.d.mts +46 -0
  52. package/dist/esm/api/types/InvoiceExportListItem.mjs +4 -0
  53. package/dist/esm/api/types/InvoiceExportListRes.d.mts +8 -0
  54. package/dist/esm/api/types/InvoiceExportListRes.mjs +4 -0
  55. package/dist/esm/api/types/ReelablesAsset1.d.mts +3 -0
  56. package/dist/esm/api/types/ReelablesAssetPausedTimeWindow1.d.mts +7 -0
  57. package/dist/esm/api/types/ReelablesAssetPausedTimeWindow1.mjs +4 -0
  58. package/dist/esm/api/types/ReelablesDataPointMetadata1.d.mts +1 -0
  59. package/dist/esm/api/types/index.d.mts +3 -0
  60. package/dist/esm/api/types/index.mjs +3 -0
  61. package/dist/esm/version.d.mts +1 -1
  62. package/dist/esm/version.mjs +1 -1
  63. package/package.json +1 -1
  64. package/reference.md +202 -0
package/reference.md CHANGED
@@ -3873,6 +3873,82 @@ await client.billingNew.orders.listExpandedForCoordinatorOperatorsV1({
3873
3873
  </dl>
3874
3874
  </details>
3875
3875
 
3876
+ ## BillingNew Invoices Export
3877
+
3878
+ <details><summary><code>client.billingNew.invoices.export.<a href="/src/api/resources/billingNew/resources/invoices/resources/export/client/Client.ts">listV1</a>(invoiceId, { ...params }) -> Chrt.InvoiceExportListRes</code></summary>
3879
+ <dl>
3880
+ <dd>
3881
+
3882
+ #### 📝 Description
3883
+
3884
+ <dl>
3885
+ <dd>
3886
+
3887
+ <dl>
3888
+ <dd>
3889
+
3890
+ Lists up to 1,000 shipment-level export rows for one approved accounts-receivable invoice owned by the caller's organization. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (InvoiceExportListRes)
3891
+
3892
+ </dd>
3893
+ </dl>
3894
+ </dd>
3895
+ </dl>
3896
+
3897
+ #### 🔌 Usage
3898
+
3899
+ <dl>
3900
+ <dd>
3901
+
3902
+ <dl>
3903
+ <dd>
3904
+
3905
+ ```typescript
3906
+ await client.billingNew.invoices.export.listV1("invoice_id", {
3907
+ page: 1,
3908
+ page_size: 1,
3909
+ });
3910
+ ```
3911
+
3912
+ </dd>
3913
+ </dl>
3914
+ </dd>
3915
+ </dl>
3916
+
3917
+ #### ⚙️ Parameters
3918
+
3919
+ <dl>
3920
+ <dd>
3921
+
3922
+ <dl>
3923
+ <dd>
3924
+
3925
+ **invoiceId:** `string`
3926
+
3927
+ </dd>
3928
+ </dl>
3929
+
3930
+ <dl>
3931
+ <dd>
3932
+
3933
+ **request:** `Chrt.billingNew.invoices.ExportListV1Request`
3934
+
3935
+ </dd>
3936
+ </dl>
3937
+
3938
+ <dl>
3939
+ <dd>
3940
+
3941
+ **requestOptions:** `Export.RequestOptions`
3942
+
3943
+ </dd>
3944
+ </dl>
3945
+ </dd>
3946
+ </dl>
3947
+
3948
+ </dd>
3949
+ </dl>
3950
+ </details>
3951
+
3876
3952
  ## BillingNew Orders RateSheetLineItems
3877
3953
 
3878
3954
  <details><summary><code>client.billingNew.orders.rateSheetLineItems.<a href="/src/api/resources/billingNew/resources/orders/resources/rateSheetLineItems/client/Client.ts">generateManyV1</a>({ ...params }) -> Chrt.OrderRateSheetLineItemsGenerateManyRes</code></summary>
@@ -32933,6 +33009,132 @@ await client.trackingIntegrations.reelables.assets.listV1({
32933
33009
  </dl>
32934
33010
  </details>
32935
33011
 
33012
+ <details><summary><code>client.trackingIntegrations.reelables.assets.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.ts">pauseV1</a>(assetId) -> boolean</code></summary>
33013
+ <dl>
33014
+ <dd>
33015
+
33016
+ #### 📝 Description
33017
+
33018
+ <dl>
33019
+ <dd>
33020
+
33021
+ <dl>
33022
+ <dd>
33023
+
33024
+ Pauses a Reelables asset and opens a new pause time window. | authz: min_org_role=operator | () -> (bool)
33025
+
33026
+ </dd>
33027
+ </dl>
33028
+ </dd>
33029
+ </dl>
33030
+
33031
+ #### 🔌 Usage
33032
+
33033
+ <dl>
33034
+ <dd>
33035
+
33036
+ <dl>
33037
+ <dd>
33038
+
33039
+ ```typescript
33040
+ await client.trackingIntegrations.reelables.assets.pauseV1("asset_id");
33041
+ ```
33042
+
33043
+ </dd>
33044
+ </dl>
33045
+ </dd>
33046
+ </dl>
33047
+
33048
+ #### ⚙️ Parameters
33049
+
33050
+ <dl>
33051
+ <dd>
33052
+
33053
+ <dl>
33054
+ <dd>
33055
+
33056
+ **assetId:** `string`
33057
+
33058
+ </dd>
33059
+ </dl>
33060
+
33061
+ <dl>
33062
+ <dd>
33063
+
33064
+ **requestOptions:** `Assets.RequestOptions`
33065
+
33066
+ </dd>
33067
+ </dl>
33068
+ </dd>
33069
+ </dl>
33070
+
33071
+ </dd>
33072
+ </dl>
33073
+ </details>
33074
+
33075
+ <details><summary><code>client.trackingIntegrations.reelables.assets.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.ts">unpauseV1</a>(assetId) -> boolean</code></summary>
33076
+ <dl>
33077
+ <dd>
33078
+
33079
+ #### 📝 Description
33080
+
33081
+ <dl>
33082
+ <dd>
33083
+
33084
+ <dl>
33085
+ <dd>
33086
+
33087
+ Unpauses a Reelables asset and closes the open pause time window. | authz: min_org_role=operator | () -> (bool)
33088
+
33089
+ </dd>
33090
+ </dl>
33091
+ </dd>
33092
+ </dl>
33093
+
33094
+ #### 🔌 Usage
33095
+
33096
+ <dl>
33097
+ <dd>
33098
+
33099
+ <dl>
33100
+ <dd>
33101
+
33102
+ ```typescript
33103
+ await client.trackingIntegrations.reelables.assets.unpauseV1("asset_id");
33104
+ ```
33105
+
33106
+ </dd>
33107
+ </dl>
33108
+ </dd>
33109
+ </dl>
33110
+
33111
+ #### ⚙️ Parameters
33112
+
33113
+ <dl>
33114
+ <dd>
33115
+
33116
+ <dl>
33117
+ <dd>
33118
+
33119
+ **assetId:** `string`
33120
+
33121
+ </dd>
33122
+ </dl>
33123
+
33124
+ <dl>
33125
+ <dd>
33126
+
33127
+ **requestOptions:** `Assets.RequestOptions`
33128
+
33129
+ </dd>
33130
+ </dl>
33131
+ </dd>
33132
+ </dl>
33133
+
33134
+ </dd>
33135
+ </dl>
33136
+ </details>
33137
+
32936
33138
  <details><summary><code>client.trackingIntegrations.reelables.assets.<a href="/src/api/resources/trackingIntegrations/resources/reelables/resources/assets/client/Client.ts">updateV1</a>(assetId, { ...params }) -> Chrt.ReelablesAsset1</code></summary>
32937
33139
  <dl>
32938
33140
  <dd>