@unified-api/typescript-sdk 2.6.4 → 2.7.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/README.md +12 -0
  2. package/funcs/accountingCreateAccountingOrder.d.ts +13 -0
  3. package/funcs/accountingCreateAccountingOrder.d.ts.map +1 -0
  4. package/funcs/accountingCreateAccountingOrder.js +98 -0
  5. package/funcs/accountingCreateAccountingOrder.js.map +1 -0
  6. package/funcs/accountingGetAccountingOrder.d.ts +13 -0
  7. package/funcs/accountingGetAccountingOrder.d.ts.map +1 -0
  8. package/funcs/accountingGetAccountingOrder.js +101 -0
  9. package/funcs/accountingGetAccountingOrder.js.map +1 -0
  10. package/funcs/accountingListAccountingOrders.d.ts +13 -0
  11. package/funcs/accountingListAccountingOrders.d.ts.map +1 -0
  12. package/funcs/accountingListAccountingOrders.js +105 -0
  13. package/funcs/accountingListAccountingOrders.js.map +1 -0
  14. package/funcs/accountingPatchAccountingOrder.d.ts +13 -0
  15. package/funcs/accountingPatchAccountingOrder.d.ts.map +1 -0
  16. package/funcs/accountingPatchAccountingOrder.js +102 -0
  17. package/funcs/accountingPatchAccountingOrder.js.map +1 -0
  18. package/funcs/accountingRemoveAccountingOrder.d.ts +12 -0
  19. package/funcs/accountingRemoveAccountingOrder.d.ts.map +1 -0
  20. package/funcs/accountingRemoveAccountingOrder.js +97 -0
  21. package/funcs/accountingRemoveAccountingOrder.js.map +1 -0
  22. package/funcs/accountingUpdateAccountingOrder.d.ts +13 -0
  23. package/funcs/accountingUpdateAccountingOrder.d.ts.map +1 -0
  24. package/funcs/accountingUpdateAccountingOrder.js +102 -0
  25. package/funcs/accountingUpdateAccountingOrder.js.map +1 -0
  26. package/funcs/orderCreateAccountingOrder.d.ts +13 -0
  27. package/funcs/orderCreateAccountingOrder.d.ts.map +1 -0
  28. package/funcs/orderCreateAccountingOrder.js +98 -0
  29. package/funcs/orderCreateAccountingOrder.js.map +1 -0
  30. package/funcs/orderGetAccountingOrder.d.ts +13 -0
  31. package/funcs/orderGetAccountingOrder.d.ts.map +1 -0
  32. package/funcs/orderGetAccountingOrder.js +101 -0
  33. package/funcs/orderGetAccountingOrder.js.map +1 -0
  34. package/funcs/orderListAccountingOrders.d.ts +13 -0
  35. package/funcs/orderListAccountingOrders.d.ts.map +1 -0
  36. package/funcs/orderListAccountingOrders.js +105 -0
  37. package/funcs/orderListAccountingOrders.js.map +1 -0
  38. package/funcs/orderPatchAccountingOrder.d.ts +13 -0
  39. package/funcs/orderPatchAccountingOrder.d.ts.map +1 -0
  40. package/funcs/orderPatchAccountingOrder.js +102 -0
  41. package/funcs/orderPatchAccountingOrder.js.map +1 -0
  42. package/funcs/orderRemoveAccountingOrder.d.ts +12 -0
  43. package/funcs/orderRemoveAccountingOrder.d.ts.map +1 -0
  44. package/funcs/orderRemoveAccountingOrder.js +97 -0
  45. package/funcs/orderRemoveAccountingOrder.js.map +1 -0
  46. package/funcs/orderUpdateAccountingOrder.d.ts +13 -0
  47. package/funcs/orderUpdateAccountingOrder.d.ts.map +1 -0
  48. package/funcs/orderUpdateAccountingOrder.js +102 -0
  49. package/funcs/orderUpdateAccountingOrder.js.map +1 -0
  50. package/lib/config.d.ts +3 -3
  51. package/lib/config.js +3 -3
  52. package/lib/config.js.map +1 -1
  53. package/package.json +1 -1
  54. package/sdk/accounting.d.ts +24 -0
  55. package/sdk/accounting.d.ts.map +1 -1
  56. package/sdk/accounting.js +42 -0
  57. package/sdk/accounting.js.map +1 -1
  58. package/sdk/models/operations/createaccountingorder.d.ts +36 -0
  59. package/sdk/models/operations/createaccountingorder.d.ts.map +1 -0
  60. package/sdk/models/operations/createaccountingorder.js +66 -0
  61. package/sdk/models/operations/createaccountingorder.js.map +1 -0
  62. package/sdk/models/operations/getaccountingorder.d.ts +38 -0
  63. package/sdk/models/operations/getaccountingorder.d.ts.map +1 -0
  64. package/sdk/models/operations/getaccountingorder.js +63 -0
  65. package/sdk/models/operations/getaccountingorder.js.map +1 -0
  66. package/sdk/models/operations/getunifiedintegrationauth.d.ts +6 -0
  67. package/sdk/models/operations/getunifiedintegrationauth.d.ts.map +1 -1
  68. package/sdk/models/operations/getunifiedintegrationauth.js +2 -0
  69. package/sdk/models/operations/getunifiedintegrationauth.js.map +1 -1
  70. package/sdk/models/operations/index.d.ts +6 -0
  71. package/sdk/models/operations/index.d.ts.map +1 -1
  72. package/sdk/models/operations/index.js +6 -0
  73. package/sdk/models/operations/index.js.map +1 -1
  74. package/sdk/models/operations/listaccountingorders.d.ts +53 -0
  75. package/sdk/models/operations/listaccountingorders.d.ts.map +1 -0
  76. package/sdk/models/operations/listaccountingorders.js +78 -0
  77. package/sdk/models/operations/listaccountingorders.js.map +1 -0
  78. package/sdk/models/operations/patchaccountingorder.d.ts +41 -0
  79. package/sdk/models/operations/patchaccountingorder.d.ts.map +1 -0
  80. package/sdk/models/operations/patchaccountingorder.js +68 -0
  81. package/sdk/models/operations/patchaccountingorder.js.map +1 -0
  82. package/sdk/models/operations/removeaccountingorder.d.ts +33 -0
  83. package/sdk/models/operations/removeaccountingorder.d.ts.map +1 -0
  84. package/sdk/models/operations/removeaccountingorder.js +61 -0
  85. package/sdk/models/operations/removeaccountingorder.js.map +1 -0
  86. package/sdk/models/operations/updateaccountingorder.d.ts +41 -0
  87. package/sdk/models/operations/updateaccountingorder.d.ts.map +1 -0
  88. package/sdk/models/operations/updateaccountingorder.js +68 -0
  89. package/sdk/models/operations/updateaccountingorder.js.map +1 -0
  90. package/sdk/models/shared/accountinginvoice.d.ts +29 -0
  91. package/sdk/models/shared/accountinginvoice.d.ts.map +1 -1
  92. package/sdk/models/shared/accountinginvoice.js +27 -1
  93. package/sdk/models/shared/accountinginvoice.js.map +1 -1
  94. package/sdk/models/shared/accountingorder.d.ts +122 -0
  95. package/sdk/models/shared/accountingorder.d.ts.map +1 -0
  96. package/sdk/models/shared/accountingorder.js +147 -0
  97. package/sdk/models/shared/accountingorder.js.map +1 -0
  98. package/sdk/models/shared/index.d.ts +3 -0
  99. package/sdk/models/shared/index.d.ts.map +1 -1
  100. package/sdk/models/shared/index.js +3 -0
  101. package/sdk/models/shared/index.js.map +1 -1
  102. package/sdk/models/shared/propertyaccountingorderbillingaddress.d.ts +39 -0
  103. package/sdk/models/shared/propertyaccountingorderbillingaddress.d.ts.map +1 -0
  104. package/sdk/models/shared/propertyaccountingorderbillingaddress.js +77 -0
  105. package/sdk/models/shared/propertyaccountingorderbillingaddress.js.map +1 -0
  106. package/sdk/models/shared/propertyaccountingordershippingaddress.d.ts +39 -0
  107. package/sdk/models/shared/propertyaccountingordershippingaddress.d.ts.map +1 -0
  108. package/sdk/models/shared/propertyaccountingordershippingaddress.js +77 -0
  109. package/sdk/models/shared/propertyaccountingordershippingaddress.js.map +1 -0
  110. package/sdk/models/shared/propertyconnectionpermissions.d.ts +6 -0
  111. package/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
  112. package/sdk/models/shared/propertyconnectionpermissions.js +2 -0
  113. package/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
  114. package/sdk/models/shared/webhook.d.ts +3 -0
  115. package/sdk/models/shared/webhook.d.ts.map +1 -1
  116. package/sdk/models/shared/webhook.js +1 -0
  117. package/sdk/models/shared/webhook.js.map +1 -1
  118. package/sdk/order.d.ts +30 -0
  119. package/sdk/order.d.ts.map +1 -0
  120. package/sdk/order.js +54 -0
  121. package/sdk/order.js.map +1 -0
  122. package/sdk/sdk.d.ts +3 -0
  123. package/sdk/sdk.d.ts.map +1 -1
  124. package/sdk/sdk.js +5 -0
  125. package/sdk/sdk.js.map +1 -1
  126. package/src/funcs/accountingCreateAccountingOrder.ts +126 -0
  127. package/src/funcs/accountingGetAccountingOrder.ts +128 -0
  128. package/src/funcs/accountingListAccountingOrders.ts +133 -0
  129. package/src/funcs/accountingPatchAccountingOrder.ts +130 -0
  130. package/src/funcs/accountingRemoveAccountingOrder.ts +124 -0
  131. package/src/funcs/accountingUpdateAccountingOrder.ts +130 -0
  132. package/src/funcs/orderCreateAccountingOrder.ts +126 -0
  133. package/src/funcs/orderGetAccountingOrder.ts +128 -0
  134. package/src/funcs/orderListAccountingOrders.ts +133 -0
  135. package/src/funcs/orderPatchAccountingOrder.ts +130 -0
  136. package/src/funcs/orderRemoveAccountingOrder.ts +124 -0
  137. package/src/funcs/orderUpdateAccountingOrder.ts +130 -0
  138. package/src/lib/config.ts +3 -3
  139. package/src/sdk/accounting.ts +90 -0
  140. package/src/sdk/models/operations/createaccountingorder.ts +71 -0
  141. package/src/sdk/models/operations/getaccountingorder.ts +71 -0
  142. package/src/sdk/models/operations/getunifiedintegrationauth.ts +2 -0
  143. package/src/sdk/models/operations/index.ts +6 -0
  144. package/src/sdk/models/operations/listaccountingorders.ts +101 -0
  145. package/src/sdk/models/operations/patchaccountingorder.ts +78 -0
  146. package/src/sdk/models/operations/removeaccountingorder.ts +64 -0
  147. package/src/sdk/models/operations/updateaccountingorder.ts +78 -0
  148. package/src/sdk/models/shared/accountinginvoice.ts +38 -0
  149. package/src/sdk/models/shared/accountingorder.ts +200 -0
  150. package/src/sdk/models/shared/index.ts +3 -0
  151. package/src/sdk/models/shared/propertyaccountingorderbillingaddress.ts +88 -0
  152. package/src/sdk/models/shared/propertyaccountingordershippingaddress.ts +88 -0
  153. package/src/sdk/models/shared/propertyconnectionpermissions.ts +2 -0
  154. package/src/sdk/models/shared/webhook.ts +1 -0
  155. package/src/sdk/order.ts +100 -0
  156. package/src/sdk/sdk.ts +6 -0
@@ -0,0 +1,122 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ import { AccountingLineitem, AccountingLineitem$Outbound } from "./accountinglineitem.js";
4
+ import { PropertyAccountingOrderBillingAddress, PropertyAccountingOrderBillingAddress$Outbound } from "./propertyaccountingorderbillingaddress.js";
5
+ import { PropertyAccountingOrderShippingAddress, PropertyAccountingOrderShippingAddress$Outbound } from "./propertyaccountingordershippingaddress.js";
6
+ export declare const AccountingOrderStatus: {
7
+ readonly Draft: "DRAFT";
8
+ readonly Voided: "VOIDED";
9
+ readonly Authorized: "AUTHORIZED";
10
+ readonly Paid: "PAID";
11
+ readonly PartiallyPaid: "PARTIALLY_PAID";
12
+ readonly PartiallyRefunded: "PARTIALLY_REFUNDED";
13
+ readonly Refunded: "REFUNDED";
14
+ };
15
+ export type AccountingOrderStatus = ClosedEnum<typeof AccountingOrderStatus>;
16
+ export declare const AccountingOrderType: {
17
+ readonly Sales: "SALES";
18
+ readonly Purchase: "PURCHASE";
19
+ };
20
+ export type AccountingOrderType = ClosedEnum<typeof AccountingOrderType>;
21
+ export type AccountingOrder = {
22
+ accountId?: string | undefined;
23
+ billingAddress?: PropertyAccountingOrderBillingAddress | undefined;
24
+ contactId?: string | undefined;
25
+ createdAt?: Date | undefined;
26
+ currency?: string | undefined;
27
+ id?: string | undefined;
28
+ lineitems?: Array<AccountingLineitem> | undefined;
29
+ raw?: {
30
+ [k: string]: any;
31
+ } | undefined;
32
+ shippingAddress?: PropertyAccountingOrderShippingAddress | undefined;
33
+ status?: AccountingOrderStatus | undefined;
34
+ totalAmount?: number | undefined;
35
+ type?: AccountingOrderType | undefined;
36
+ updatedAt?: Date | undefined;
37
+ };
38
+ /** @internal */
39
+ export declare const AccountingOrderStatus$inboundSchema: z.ZodNativeEnum<typeof AccountingOrderStatus>;
40
+ /** @internal */
41
+ export declare const AccountingOrderStatus$outboundSchema: z.ZodNativeEnum<typeof AccountingOrderStatus>;
42
+ /**
43
+ * @internal
44
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
45
+ */
46
+ export declare namespace AccountingOrderStatus$ {
47
+ /** @deprecated use `AccountingOrderStatus$inboundSchema` instead. */
48
+ const inboundSchema: z.ZodNativeEnum<{
49
+ readonly Draft: "DRAFT";
50
+ readonly Voided: "VOIDED";
51
+ readonly Authorized: "AUTHORIZED";
52
+ readonly Paid: "PAID";
53
+ readonly PartiallyPaid: "PARTIALLY_PAID";
54
+ readonly PartiallyRefunded: "PARTIALLY_REFUNDED";
55
+ readonly Refunded: "REFUNDED";
56
+ }>;
57
+ /** @deprecated use `AccountingOrderStatus$outboundSchema` instead. */
58
+ const outboundSchema: z.ZodNativeEnum<{
59
+ readonly Draft: "DRAFT";
60
+ readonly Voided: "VOIDED";
61
+ readonly Authorized: "AUTHORIZED";
62
+ readonly Paid: "PAID";
63
+ readonly PartiallyPaid: "PARTIALLY_PAID";
64
+ readonly PartiallyRefunded: "PARTIALLY_REFUNDED";
65
+ readonly Refunded: "REFUNDED";
66
+ }>;
67
+ }
68
+ /** @internal */
69
+ export declare const AccountingOrderType$inboundSchema: z.ZodNativeEnum<typeof AccountingOrderType>;
70
+ /** @internal */
71
+ export declare const AccountingOrderType$outboundSchema: z.ZodNativeEnum<typeof AccountingOrderType>;
72
+ /**
73
+ * @internal
74
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
75
+ */
76
+ export declare namespace AccountingOrderType$ {
77
+ /** @deprecated use `AccountingOrderType$inboundSchema` instead. */
78
+ const inboundSchema: z.ZodNativeEnum<{
79
+ readonly Sales: "SALES";
80
+ readonly Purchase: "PURCHASE";
81
+ }>;
82
+ /** @deprecated use `AccountingOrderType$outboundSchema` instead. */
83
+ const outboundSchema: z.ZodNativeEnum<{
84
+ readonly Sales: "SALES";
85
+ readonly Purchase: "PURCHASE";
86
+ }>;
87
+ }
88
+ /** @internal */
89
+ export declare const AccountingOrder$inboundSchema: z.ZodType<AccountingOrder, z.ZodTypeDef, unknown>;
90
+ /** @internal */
91
+ export type AccountingOrder$Outbound = {
92
+ account_id?: string | undefined;
93
+ billing_address?: PropertyAccountingOrderBillingAddress$Outbound | undefined;
94
+ contact_id?: string | undefined;
95
+ created_at?: string | undefined;
96
+ currency?: string | undefined;
97
+ id?: string | undefined;
98
+ lineitems?: Array<AccountingLineitem$Outbound> | undefined;
99
+ raw?: {
100
+ [k: string]: any;
101
+ } | undefined;
102
+ shipping_address?: PropertyAccountingOrderShippingAddress$Outbound | undefined;
103
+ status?: string | undefined;
104
+ total_amount?: number | undefined;
105
+ type?: string | undefined;
106
+ updated_at?: string | undefined;
107
+ };
108
+ /** @internal */
109
+ export declare const AccountingOrder$outboundSchema: z.ZodType<AccountingOrder$Outbound, z.ZodTypeDef, AccountingOrder>;
110
+ /**
111
+ * @internal
112
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
113
+ */
114
+ export declare namespace AccountingOrder$ {
115
+ /** @deprecated use `AccountingOrder$inboundSchema` instead. */
116
+ const inboundSchema: z.ZodType<AccountingOrder, z.ZodTypeDef, unknown>;
117
+ /** @deprecated use `AccountingOrder$outboundSchema` instead. */
118
+ const outboundSchema: z.ZodType<AccountingOrder$Outbound, z.ZodTypeDef, AccountingOrder>;
119
+ /** @deprecated use `AccountingOrder$Outbound` instead. */
120
+ type Outbound = AccountingOrder$Outbound;
121
+ }
122
+ //# sourceMappingURL=accountingorder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingorder.d.ts","sourceRoot":"","sources":["../../../src/sdk/models/shared/accountingorder.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,147 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.AccountingOrder$ = exports.AccountingOrder$outboundSchema = exports.AccountingOrder$inboundSchema = exports.AccountingOrderType$ = exports.AccountingOrderType$outboundSchema = exports.AccountingOrderType$inboundSchema = exports.AccountingOrderStatus$ = exports.AccountingOrderStatus$outboundSchema = exports.AccountingOrderStatus$inboundSchema = exports.AccountingOrderType = exports.AccountingOrderStatus = void 0;
30
+ const z = __importStar(require("zod"));
31
+ const primitives_js_1 = require("../../../lib/primitives.js");
32
+ const accountinglineitem_js_1 = require("./accountinglineitem.js");
33
+ const propertyaccountingorderbillingaddress_js_1 = require("./propertyaccountingorderbillingaddress.js");
34
+ const propertyaccountingordershippingaddress_js_1 = require("./propertyaccountingordershippingaddress.js");
35
+ exports.AccountingOrderStatus = {
36
+ Draft: "DRAFT",
37
+ Voided: "VOIDED",
38
+ Authorized: "AUTHORIZED",
39
+ Paid: "PAID",
40
+ PartiallyPaid: "PARTIALLY_PAID",
41
+ PartiallyRefunded: "PARTIALLY_REFUNDED",
42
+ Refunded: "REFUNDED",
43
+ };
44
+ exports.AccountingOrderType = {
45
+ Sales: "SALES",
46
+ Purchase: "PURCHASE",
47
+ };
48
+ /** @internal */
49
+ exports.AccountingOrderStatus$inboundSchema = z.nativeEnum(exports.AccountingOrderStatus);
50
+ /** @internal */
51
+ exports.AccountingOrderStatus$outboundSchema = exports.AccountingOrderStatus$inboundSchema;
52
+ /**
53
+ * @internal
54
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
55
+ */
56
+ var AccountingOrderStatus$;
57
+ (function (AccountingOrderStatus$) {
58
+ /** @deprecated use `AccountingOrderStatus$inboundSchema` instead. */
59
+ AccountingOrderStatus$.inboundSchema = exports.AccountingOrderStatus$inboundSchema;
60
+ /** @deprecated use `AccountingOrderStatus$outboundSchema` instead. */
61
+ AccountingOrderStatus$.outboundSchema = exports.AccountingOrderStatus$outboundSchema;
62
+ })(AccountingOrderStatus$ || (exports.AccountingOrderStatus$ = AccountingOrderStatus$ = {}));
63
+ /** @internal */
64
+ exports.AccountingOrderType$inboundSchema = z.nativeEnum(exports.AccountingOrderType);
65
+ /** @internal */
66
+ exports.AccountingOrderType$outboundSchema = exports.AccountingOrderType$inboundSchema;
67
+ /**
68
+ * @internal
69
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
70
+ */
71
+ var AccountingOrderType$;
72
+ (function (AccountingOrderType$) {
73
+ /** @deprecated use `AccountingOrderType$inboundSchema` instead. */
74
+ AccountingOrderType$.inboundSchema = exports.AccountingOrderType$inboundSchema;
75
+ /** @deprecated use `AccountingOrderType$outboundSchema` instead. */
76
+ AccountingOrderType$.outboundSchema = exports.AccountingOrderType$outboundSchema;
77
+ })(AccountingOrderType$ || (exports.AccountingOrderType$ = AccountingOrderType$ = {}));
78
+ /** @internal */
79
+ exports.AccountingOrder$inboundSchema = z.object({
80
+ account_id: z.string().optional(),
81
+ billing_address: propertyaccountingorderbillingaddress_js_1.PropertyAccountingOrderBillingAddress$inboundSchema
82
+ .optional(),
83
+ contact_id: z.string().optional(),
84
+ created_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
85
+ .optional(),
86
+ currency: z.string().optional(),
87
+ id: z.string().optional(),
88
+ lineitems: z.array(accountinglineitem_js_1.AccountingLineitem$inboundSchema).optional(),
89
+ raw: z.record(z.any()).optional(),
90
+ shipping_address: propertyaccountingordershippingaddress_js_1.PropertyAccountingOrderShippingAddress$inboundSchema
91
+ .optional(),
92
+ status: exports.AccountingOrderStatus$inboundSchema.optional(),
93
+ total_amount: z.number().optional(),
94
+ type: exports.AccountingOrderType$inboundSchema.optional(),
95
+ updated_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
96
+ .optional(),
97
+ }).transform((v) => {
98
+ return (0, primitives_js_1.remap)(v, {
99
+ "account_id": "accountId",
100
+ "billing_address": "billingAddress",
101
+ "contact_id": "contactId",
102
+ "created_at": "createdAt",
103
+ "shipping_address": "shippingAddress",
104
+ "total_amount": "totalAmount",
105
+ "updated_at": "updatedAt",
106
+ });
107
+ });
108
+ /** @internal */
109
+ exports.AccountingOrder$outboundSchema = z.object({
110
+ accountId: z.string().optional(),
111
+ billingAddress: propertyaccountingorderbillingaddress_js_1.PropertyAccountingOrderBillingAddress$outboundSchema
112
+ .optional(),
113
+ contactId: z.string().optional(),
114
+ createdAt: z.date().transform(v => v.toISOString()).optional(),
115
+ currency: z.string().optional(),
116
+ id: z.string().optional(),
117
+ lineitems: z.array(accountinglineitem_js_1.AccountingLineitem$outboundSchema).optional(),
118
+ raw: z.record(z.any()).optional(),
119
+ shippingAddress: propertyaccountingordershippingaddress_js_1.PropertyAccountingOrderShippingAddress$outboundSchema
120
+ .optional(),
121
+ status: exports.AccountingOrderStatus$outboundSchema.optional(),
122
+ totalAmount: z.number().optional(),
123
+ type: exports.AccountingOrderType$outboundSchema.optional(),
124
+ updatedAt: z.date().transform(v => v.toISOString()).optional(),
125
+ }).transform((v) => {
126
+ return (0, primitives_js_1.remap)(v, {
127
+ accountId: "account_id",
128
+ billingAddress: "billing_address",
129
+ contactId: "contact_id",
130
+ createdAt: "created_at",
131
+ shippingAddress: "shipping_address",
132
+ totalAmount: "total_amount",
133
+ updatedAt: "updated_at",
134
+ });
135
+ });
136
+ /**
137
+ * @internal
138
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
139
+ */
140
+ var AccountingOrder$;
141
+ (function (AccountingOrder$) {
142
+ /** @deprecated use `AccountingOrder$inboundSchema` instead. */
143
+ AccountingOrder$.inboundSchema = exports.AccountingOrder$inboundSchema;
144
+ /** @deprecated use `AccountingOrder$outboundSchema` instead. */
145
+ AccountingOrder$.outboundSchema = exports.AccountingOrder$outboundSchema;
146
+ })(AccountingOrder$ || (exports.AccountingOrder$ = AccountingOrder$ = {}));
147
+ //# sourceMappingURL=accountingorder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingorder.js","sourceRoot":"","sources":["../../../src/sdk/models/shared/accountingorder.ts"],"names":[],"mappings":"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"}
@@ -6,6 +6,7 @@ export * from "./accountinginvoice.js";
6
6
  export * from "./accountingjournal.js";
7
7
  export * from "./accountingjournallineitem.js";
8
8
  export * from "./accountinglineitem.js";
9
+ export * from "./accountingorder.js";
9
10
  export * from "./accountingorganization.js";
10
11
  export * from "./accountingtaxrate.js";
11
12
  export * from "./accountingtelephone.js";
@@ -87,6 +88,8 @@ export * from "./paymentpayout.js";
87
88
  export * from "./paymentrefund.js";
88
89
  export * from "./propertyaccountingcontactbillingaddress.js";
89
90
  export * from "./propertyaccountingcontactshippingaddress.js";
91
+ export * from "./propertyaccountingorderbillingaddress.js";
92
+ export * from "./propertyaccountingordershippingaddress.js";
90
93
  export * from "./propertyaccountingorganizationaddress.js";
91
94
  export * from "./propertyatsactivityfrom.js";
92
95
  export * from "./propertyatscandidateaddress.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/models/shared/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/models/shared/index.ts"],"names":[],"mappings":"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"}
@@ -25,6 +25,7 @@ __exportStar(require("./accountinginvoice.js"), exports);
25
25
  __exportStar(require("./accountingjournal.js"), exports);
26
26
  __exportStar(require("./accountingjournallineitem.js"), exports);
27
27
  __exportStar(require("./accountinglineitem.js"), exports);
28
+ __exportStar(require("./accountingorder.js"), exports);
28
29
  __exportStar(require("./accountingorganization.js"), exports);
29
30
  __exportStar(require("./accountingtaxrate.js"), exports);
30
31
  __exportStar(require("./accountingtelephone.js"), exports);
@@ -106,6 +107,8 @@ __exportStar(require("./paymentpayout.js"), exports);
106
107
  __exportStar(require("./paymentrefund.js"), exports);
107
108
  __exportStar(require("./propertyaccountingcontactbillingaddress.js"), exports);
108
109
  __exportStar(require("./propertyaccountingcontactshippingaddress.js"), exports);
110
+ __exportStar(require("./propertyaccountingorderbillingaddress.js"), exports);
111
+ __exportStar(require("./propertyaccountingordershippingaddress.js"), exports);
109
112
  __exportStar(require("./propertyaccountingorganizationaddress.js"), exports);
110
113
  __exportStar(require("./propertyatsactivityfrom.js"), exports);
111
114
  __exportStar(require("./propertyatscandidateaddress.js"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/sdk/models/shared/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,yDAAuC;AACvC,yDAAuC;AACvC,sEAAoD;AACpD,uDAAqC;AACrC,yDAAuC;AACvC,yDAAuC;AACvC,iEAA+C;AAC/C,0DAAwC;AACxC,8DAA4C;AAC5C,yDAAuC;AACvC,2DAAyC;AACzC,6DAA2C;AAC3C,oEAAkD;AAClD,qEAAmD;AACnD,+CAA6B;AAC7B,mDAAiC;AACjC,kDAAgC;AAChC,sDAAoC;AACpC,4DAA0C;AAC1C,oDAAkC;AAClC,kDAAgC;AAChC,uDAAqC;AACrC,mDAAiC;AACjC,gDAA8B;AAC9B,oDAAkC;AAClC,8CAA4B;AAC5B,sDAAoC;AACpC,gDAA8B;AAC9B,oDAAkC;AAClC,4DAA0C;AAC1C,iDAA+B;AAC/B,oDAAkC;AAClC,0DAAwC;AACxC,yDAAuC;AACvC,oDAAkC;AAClC,yDAAuC;AACvC,0DAAwC;AACxC,yDAAuC;AACvC,2DAAyC;AACzC,wDAAsC;AACtC,wDAAsC;AACtC,kDAAgC;AAChC,kDAAgC;AAChC,kDAAgC;AAChC,+CAA6B;AAC7B,gDAA8B;AAC9B,gDAA8B;AAC9B,+CAA6B;AAC7B,mDAAiC;AACjC,gDAA8B;AAC9B,oDAAkC;AAClC,qDAAmC;AACnC,mDAAiC;AACjC,oDAAkC;AAClC,+DAA6C;AAC7C,uDAAqC;AACrC,oDAAkC;AAClC,kDAAgC;AAChC,mDAAiC;AACjC,6CAA2B;AAC3B,mDAAiC;AACjC,wDAAsC;AACtC,iDAA+B;AAC/B,oDAAkC;AAClC,iDAA+B;AAC/B,oDAAkC;AAClC,mDAAiC;AACjC,yDAAuC;AACvC,qDAAmC;AACnC,mDAAiC;AACjC,mDAAiC;AACjC,0DAAwC;AACxC,6CAA2B;AAC3B,+CAA6B;AAC7B,gDAA8B;AAC9B,sDAAoC;AACpC,qDAAmC;AACnC,uDAAqC;AACrC,2DAAyC;AACzC,wDAAsC;AACtC,uDAAqC;AACrC,wDAAsC;AACtC,mDAAiC;AACjC,2DAAyC;AACzC,sDAAoC;AACpC,qDAAmC;AACnC,qDAAmC;AACnC,+EAA6D;AAC7D,gFAA8D;AAC9D,6EAA2D;AAC3D,+DAA6C;AAC7C,mEAAiD;AACjD,iEAA+C;AAC/C,uEAAqD;AACrD,8DAA4C;AAC5C,oEAAkD;AAClD,qEAAmD;AACnD,iEAA+C;AAC/C,iEAA+C;AAC/C,4DAA0C;AAC1C,6DAA2C;AAC3C,+DAA6C;AAC7C,4DAA0C;AAC1C,4DAA0C;AAC1C,8DAA4C;AAC5C,oEAAkD;AAClD,mEAAiD;AACjD,yDAAuC;AACvC,4DAA0C;AAC1C,kEAAgD;AAChD,mEAAiD;AACjD,yEAAuD;AACvD,mEAAiD;AACjD,qEAAmD;AACnD,+EAA6D;AAC7D,4EAA0D;AAC1D,8FAA4E;AAC5E,8FAA4E;AAC5E,8FAA4E;AAC5E,oHAAkG;AAClG,sEAAoD;AACpD,+DAA6C;AAC7C,wDAAsC;AACtC,wDAAsC;AACtC,2DAAyC;AACzC,qGAAmF;AACnF,4GAA0F;AAC1F,iGAA+E;AAC/E,gDAA8B;AAC9B,mDAAiC;AACjC,yDAAuC;AACvC,mDAAiC;AACjC,gDAA8B;AAC9B,yDAAuC;AACvC,sDAAoC;AACpC,qDAAmC;AACnC,0DAAwC;AACxC,uDAAqC;AACrC,8CAA4B;AAC5B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,iDAA+B;AAC/B,4CAA0B;AAC1B,+CAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/sdk/models/shared/index.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAEH,yDAAuC;AACvC,yDAAuC;AACvC,sEAAoD;AACpD,uDAAqC;AACrC,yDAAuC;AACvC,yDAAuC;AACvC,iEAA+C;AAC/C,0DAAwC;AACxC,uDAAqC;AACrC,8DAA4C;AAC5C,yDAAuC;AACvC,2DAAyC;AACzC,6DAA2C;AAC3C,oEAAkD;AAClD,qEAAmD;AACnD,+CAA6B;AAC7B,mDAAiC;AACjC,kDAAgC;AAChC,sDAAoC;AACpC,4DAA0C;AAC1C,oDAAkC;AAClC,kDAAgC;AAChC,uDAAqC;AACrC,mDAAiC;AACjC,gDAA8B;AAC9B,oDAAkC;AAClC,8CAA4B;AAC5B,sDAAoC;AACpC,gDAA8B;AAC9B,oDAAkC;AAClC,4DAA0C;AAC1C,iDAA+B;AAC/B,oDAAkC;AAClC,0DAAwC;AACxC,yDAAuC;AACvC,oDAAkC;AAClC,yDAAuC;AACvC,0DAAwC;AACxC,yDAAuC;AACvC,2DAAyC;AACzC,wDAAsC;AACtC,wDAAsC;AACtC,kDAAgC;AAChC,kDAAgC;AAChC,kDAAgC;AAChC,+CAA6B;AAC7B,gDAA8B;AAC9B,gDAA8B;AAC9B,+CAA6B;AAC7B,mDAAiC;AACjC,gDAA8B;AAC9B,oDAAkC;AAClC,qDAAmC;AACnC,mDAAiC;AACjC,oDAAkC;AAClC,+DAA6C;AAC7C,uDAAqC;AACrC,oDAAkC;AAClC,kDAAgC;AAChC,mDAAiC;AACjC,6CAA2B;AAC3B,mDAAiC;AACjC,wDAAsC;AACtC,iDAA+B;AAC/B,oDAAkC;AAClC,iDAA+B;AAC/B,oDAAkC;AAClC,mDAAiC;AACjC,yDAAuC;AACvC,qDAAmC;AACnC,mDAAiC;AACjC,mDAAiC;AACjC,0DAAwC;AACxC,6CAA2B;AAC3B,+CAA6B;AAC7B,gDAA8B;AAC9B,sDAAoC;AACpC,qDAAmC;AACnC,uDAAqC;AACrC,2DAAyC;AACzC,wDAAsC;AACtC,uDAAqC;AACrC,wDAAsC;AACtC,mDAAiC;AACjC,2DAAyC;AACzC,sDAAoC;AACpC,qDAAmC;AACnC,qDAAmC;AACnC,+EAA6D;AAC7D,gFAA8D;AAC9D,6EAA2D;AAC3D,8EAA4D;AAC5D,6EAA2D;AAC3D,+DAA6C;AAC7C,mEAAiD;AACjD,iEAA+C;AAC/C,uEAAqD;AACrD,8DAA4C;AAC5C,oEAAkD;AAClD,qEAAmD;AACnD,iEAA+C;AAC/C,iEAA+C;AAC/C,4DAA0C;AAC1C,6DAA2C;AAC3C,+DAA6C;AAC7C,4DAA0C;AAC1C,4DAA0C;AAC1C,8DAA4C;AAC5C,oEAAkD;AAClD,mEAAiD;AACjD,yDAAuC;AACvC,4DAA0C;AAC1C,kEAAgD;AAChD,mEAAiD;AACjD,yEAAuD;AACvD,mEAAiD;AACjD,qEAAmD;AACnD,+EAA6D;AAC7D,4EAA0D;AAC1D,8FAA4E;AAC5E,8FAA4E;AAC5E,8FAA4E;AAC5E,oHAAkG;AAClG,sEAAoD;AACpD,+DAA6C;AAC7C,wDAAsC;AACtC,wDAAsC;AACtC,2DAAyC;AACzC,qGAAmF;AACnF,4GAA0F;AAC1F,iGAA+E;AAC/E,gDAA8B;AAC9B,mDAAiC;AACjC,yDAAuC;AACvC,mDAAiC;AACjC,gDAA8B;AAC9B,yDAAuC;AACvC,sDAAoC;AACpC,qDAAmC;AACnC,0DAAwC;AACxC,uDAAqC;AACrC,8CAA4B;AAC5B,iDAA+B;AAC/B,+CAA6B;AAC7B,mDAAiC;AACjC,iDAA+B;AAC/B,4CAA0B;AAC1B,+CAA6B"}
@@ -0,0 +1,39 @@
1
+ import * as z from "zod";
2
+ export type PropertyAccountingOrderBillingAddress = {
3
+ address1?: string | undefined;
4
+ address2?: string | undefined;
5
+ city?: string | undefined;
6
+ country?: string | undefined;
7
+ countryCode?: string | undefined;
8
+ postalCode?: string | undefined;
9
+ region?: string | undefined;
10
+ regionCode?: string | undefined;
11
+ };
12
+ /** @internal */
13
+ export declare const PropertyAccountingOrderBillingAddress$inboundSchema: z.ZodType<PropertyAccountingOrderBillingAddress, z.ZodTypeDef, unknown>;
14
+ /** @internal */
15
+ export type PropertyAccountingOrderBillingAddress$Outbound = {
16
+ address1?: string | undefined;
17
+ address2?: string | undefined;
18
+ city?: string | undefined;
19
+ country?: string | undefined;
20
+ country_code?: string | undefined;
21
+ postal_code?: string | undefined;
22
+ region?: string | undefined;
23
+ region_code?: string | undefined;
24
+ };
25
+ /** @internal */
26
+ export declare const PropertyAccountingOrderBillingAddress$outboundSchema: z.ZodType<PropertyAccountingOrderBillingAddress$Outbound, z.ZodTypeDef, PropertyAccountingOrderBillingAddress>;
27
+ /**
28
+ * @internal
29
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
30
+ */
31
+ export declare namespace PropertyAccountingOrderBillingAddress$ {
32
+ /** @deprecated use `PropertyAccountingOrderBillingAddress$inboundSchema` instead. */
33
+ const inboundSchema: z.ZodType<PropertyAccountingOrderBillingAddress, z.ZodTypeDef, unknown>;
34
+ /** @deprecated use `PropertyAccountingOrderBillingAddress$outboundSchema` instead. */
35
+ const outboundSchema: z.ZodType<PropertyAccountingOrderBillingAddress$Outbound, z.ZodTypeDef, PropertyAccountingOrderBillingAddress>;
36
+ /** @deprecated use `PropertyAccountingOrderBillingAddress$Outbound` instead. */
37
+ type Outbound = PropertyAccountingOrderBillingAddress$Outbound;
38
+ }
39
+ //# sourceMappingURL=propertyaccountingorderbillingaddress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"propertyaccountingorderbillingaddress.d.ts","sourceRoot":"","sources":["../../../src/sdk/models/shared/propertyaccountingorderbillingaddress.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,MAAM,MAAM,qCAAqC,GAAG;IAClD,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,qCAAqC,EACrC,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8CAA8C,GAAG;IAC3D,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,8CAA8C,EAC9C,CAAC,CAAC,UAAU,EACZ,qCAAqC,CAgBrC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,sCAAsC,CAAC;IACtD,qFAAqF;IAC9E,MAAM,aAAa,yEAC2B,CAAC;IACtD,sFAAsF;IAC/E,MAAM,cAAc,gHAC2B,CAAC;IACvD,gFAAgF;IAChF,KAAY,QAAQ,GAAG,8CAA8C,CAAC;CACvE"}
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.PropertyAccountingOrderBillingAddress$ = exports.PropertyAccountingOrderBillingAddress$outboundSchema = exports.PropertyAccountingOrderBillingAddress$inboundSchema = void 0;
30
+ const z = __importStar(require("zod"));
31
+ const primitives_js_1 = require("../../../lib/primitives.js");
32
+ /** @internal */
33
+ exports.PropertyAccountingOrderBillingAddress$inboundSchema = z.object({
34
+ address1: z.string().optional(),
35
+ address2: z.string().optional(),
36
+ city: z.string().optional(),
37
+ country: z.string().optional(),
38
+ country_code: z.string().optional(),
39
+ postal_code: z.string().optional(),
40
+ region: z.string().optional(),
41
+ region_code: z.string().optional(),
42
+ }).transform((v) => {
43
+ return (0, primitives_js_1.remap)(v, {
44
+ "country_code": "countryCode",
45
+ "postal_code": "postalCode",
46
+ "region_code": "regionCode",
47
+ });
48
+ });
49
+ /** @internal */
50
+ exports.PropertyAccountingOrderBillingAddress$outboundSchema = z.object({
51
+ address1: z.string().optional(),
52
+ address2: z.string().optional(),
53
+ city: z.string().optional(),
54
+ country: z.string().optional(),
55
+ countryCode: z.string().optional(),
56
+ postalCode: z.string().optional(),
57
+ region: z.string().optional(),
58
+ regionCode: z.string().optional(),
59
+ }).transform((v) => {
60
+ return (0, primitives_js_1.remap)(v, {
61
+ countryCode: "country_code",
62
+ postalCode: "postal_code",
63
+ regionCode: "region_code",
64
+ });
65
+ });
66
+ /**
67
+ * @internal
68
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
69
+ */
70
+ var PropertyAccountingOrderBillingAddress$;
71
+ (function (PropertyAccountingOrderBillingAddress$) {
72
+ /** @deprecated use `PropertyAccountingOrderBillingAddress$inboundSchema` instead. */
73
+ PropertyAccountingOrderBillingAddress$.inboundSchema = exports.PropertyAccountingOrderBillingAddress$inboundSchema;
74
+ /** @deprecated use `PropertyAccountingOrderBillingAddress$outboundSchema` instead. */
75
+ PropertyAccountingOrderBillingAddress$.outboundSchema = exports.PropertyAccountingOrderBillingAddress$outboundSchema;
76
+ })(PropertyAccountingOrderBillingAddress$ || (exports.PropertyAccountingOrderBillingAddress$ = PropertyAccountingOrderBillingAddress$ = {}));
77
+ //# sourceMappingURL=propertyaccountingorderbillingaddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"propertyaccountingorderbillingaddress.js","sourceRoot":"","sources":["../../../src/sdk/models/shared/propertyaccountingorderbillingaddress.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,8DAA6D;AAa7D,gBAAgB;AACH,QAAA,mDAAmD,GAI5D,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,aAAa;QAC7B,aAAa,EAAE,YAAY;QAC3B,aAAa,EAAE,YAAY;KAC5B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAcH,gBAAgB;AACH,QAAA,oDAAoD,GAI7D,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,WAAW,EAAE,cAAc;QAC3B,UAAU,EAAE,aAAa;QACzB,UAAU,EAAE,aAAa;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,sCAAsC,CAStD;AATD,WAAiB,sCAAsC;IACrD,qFAAqF;IACxE,oDAAa,GACxB,2DAAmD,CAAC;IACtD,sFAAsF;IACzE,qDAAc,GACzB,4DAAoD,CAAC;AAGzD,CAAC,EATgB,sCAAsC,sDAAtC,sCAAsC,QAStD"}
@@ -0,0 +1,39 @@
1
+ import * as z from "zod";
2
+ export type PropertyAccountingOrderShippingAddress = {
3
+ address1?: string | undefined;
4
+ address2?: string | undefined;
5
+ city?: string | undefined;
6
+ country?: string | undefined;
7
+ countryCode?: string | undefined;
8
+ postalCode?: string | undefined;
9
+ region?: string | undefined;
10
+ regionCode?: string | undefined;
11
+ };
12
+ /** @internal */
13
+ export declare const PropertyAccountingOrderShippingAddress$inboundSchema: z.ZodType<PropertyAccountingOrderShippingAddress, z.ZodTypeDef, unknown>;
14
+ /** @internal */
15
+ export type PropertyAccountingOrderShippingAddress$Outbound = {
16
+ address1?: string | undefined;
17
+ address2?: string | undefined;
18
+ city?: string | undefined;
19
+ country?: string | undefined;
20
+ country_code?: string | undefined;
21
+ postal_code?: string | undefined;
22
+ region?: string | undefined;
23
+ region_code?: string | undefined;
24
+ };
25
+ /** @internal */
26
+ export declare const PropertyAccountingOrderShippingAddress$outboundSchema: z.ZodType<PropertyAccountingOrderShippingAddress$Outbound, z.ZodTypeDef, PropertyAccountingOrderShippingAddress>;
27
+ /**
28
+ * @internal
29
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
30
+ */
31
+ export declare namespace PropertyAccountingOrderShippingAddress$ {
32
+ /** @deprecated use `PropertyAccountingOrderShippingAddress$inboundSchema` instead. */
33
+ const inboundSchema: z.ZodType<PropertyAccountingOrderShippingAddress, z.ZodTypeDef, unknown>;
34
+ /** @deprecated use `PropertyAccountingOrderShippingAddress$outboundSchema` instead. */
35
+ const outboundSchema: z.ZodType<PropertyAccountingOrderShippingAddress$Outbound, z.ZodTypeDef, PropertyAccountingOrderShippingAddress>;
36
+ /** @deprecated use `PropertyAccountingOrderShippingAddress$Outbound` instead. */
37
+ type Outbound = PropertyAccountingOrderShippingAddress$Outbound;
38
+ }
39
+ //# sourceMappingURL=propertyaccountingordershippingaddress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"propertyaccountingordershippingaddress.d.ts","sourceRoot":"","sources":["../../../src/sdk/models/shared/propertyaccountingordershippingaddress.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,MAAM,MAAM,sCAAsC,GAAG;IACnD,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,+CAA+C,GAAG;IAC5D,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qDAAqD,EAAE,CAAC,CAAC,OAAO,CAC3E,+CAA+C,EAC/C,CAAC,CAAC,UAAU,EACZ,sCAAsC,CAgBtC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,uCAAuC,CAAC;IACvD,sFAAsF;IAC/E,MAAM,aAAa,0EAC4B,CAAC;IACvD,uFAAuF;IAChF,MAAM,cAAc,kHAC4B,CAAC;IACxD,iFAAiF;IACjF,KAAY,QAAQ,GAAG,+CAA+C,CAAC;CACxE"}
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.PropertyAccountingOrderShippingAddress$ = exports.PropertyAccountingOrderShippingAddress$outboundSchema = exports.PropertyAccountingOrderShippingAddress$inboundSchema = void 0;
30
+ const z = __importStar(require("zod"));
31
+ const primitives_js_1 = require("../../../lib/primitives.js");
32
+ /** @internal */
33
+ exports.PropertyAccountingOrderShippingAddress$inboundSchema = z.object({
34
+ address1: z.string().optional(),
35
+ address2: z.string().optional(),
36
+ city: z.string().optional(),
37
+ country: z.string().optional(),
38
+ country_code: z.string().optional(),
39
+ postal_code: z.string().optional(),
40
+ region: z.string().optional(),
41
+ region_code: z.string().optional(),
42
+ }).transform((v) => {
43
+ return (0, primitives_js_1.remap)(v, {
44
+ "country_code": "countryCode",
45
+ "postal_code": "postalCode",
46
+ "region_code": "regionCode",
47
+ });
48
+ });
49
+ /** @internal */
50
+ exports.PropertyAccountingOrderShippingAddress$outboundSchema = z.object({
51
+ address1: z.string().optional(),
52
+ address2: z.string().optional(),
53
+ city: z.string().optional(),
54
+ country: z.string().optional(),
55
+ countryCode: z.string().optional(),
56
+ postalCode: z.string().optional(),
57
+ region: z.string().optional(),
58
+ regionCode: z.string().optional(),
59
+ }).transform((v) => {
60
+ return (0, primitives_js_1.remap)(v, {
61
+ countryCode: "country_code",
62
+ postalCode: "postal_code",
63
+ regionCode: "region_code",
64
+ });
65
+ });
66
+ /**
67
+ * @internal
68
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
69
+ */
70
+ var PropertyAccountingOrderShippingAddress$;
71
+ (function (PropertyAccountingOrderShippingAddress$) {
72
+ /** @deprecated use `PropertyAccountingOrderShippingAddress$inboundSchema` instead. */
73
+ PropertyAccountingOrderShippingAddress$.inboundSchema = exports.PropertyAccountingOrderShippingAddress$inboundSchema;
74
+ /** @deprecated use `PropertyAccountingOrderShippingAddress$outboundSchema` instead. */
75
+ PropertyAccountingOrderShippingAddress$.outboundSchema = exports.PropertyAccountingOrderShippingAddress$outboundSchema;
76
+ })(PropertyAccountingOrderShippingAddress$ || (exports.PropertyAccountingOrderShippingAddress$ = PropertyAccountingOrderShippingAddress$ = {}));
77
+ //# sourceMappingURL=propertyaccountingordershippingaddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"propertyaccountingordershippingaddress.js","sourceRoot":"","sources":["../../../src/sdk/models/shared/propertyaccountingordershippingaddress.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AACzB,8DAA6D;AAa7D,gBAAgB;AACH,QAAA,oDAAoD,GAI7D,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,aAAa;QAC7B,aAAa,EAAE,YAAY;QAC3B,aAAa,EAAE,YAAY;KAC5B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAcH,gBAAgB;AACH,QAAA,qDAAqD,GAI9D,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,WAAW,EAAE,cAAc;QAC3B,UAAU,EAAE,aAAa;QACzB,UAAU,EAAE,aAAa;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,uCAAuC,CASvD;AATD,WAAiB,uCAAuC;IACtD,sFAAsF;IACzE,qDAAa,GACxB,4DAAoD,CAAC;IACvD,uFAAuF;IAC1E,sDAAc,GACzB,6DAAqD,CAAC;AAG1D,CAAC,EATgB,uCAAuC,uDAAvC,uCAAuC,QASvD"}
@@ -15,6 +15,8 @@ export declare const PropertyConnectionPermissions: {
15
15
  readonly AccountingTaxrateRead: "accounting_taxrate_read";
16
16
  readonly AccountingTaxrateWrite: "accounting_taxrate_write";
17
17
  readonly AccountingOrganizationRead: "accounting_organization_read";
18
+ readonly AccountingOrderRead: "accounting_order_read";
19
+ readonly AccountingOrderWrite: "accounting_order_write";
18
20
  readonly PaymentPaymentRead: "payment_payment_read";
19
21
  readonly PaymentPaymentWrite: "payment_payment_write";
20
22
  readonly PaymentPayoutRead: "payment_payout_read";
@@ -130,6 +132,8 @@ export declare namespace PropertyConnectionPermissions$ {
130
132
  readonly AccountingTaxrateRead: "accounting_taxrate_read";
131
133
  readonly AccountingTaxrateWrite: "accounting_taxrate_write";
132
134
  readonly AccountingOrganizationRead: "accounting_organization_read";
135
+ readonly AccountingOrderRead: "accounting_order_read";
136
+ readonly AccountingOrderWrite: "accounting_order_write";
133
137
  readonly PaymentPaymentRead: "payment_payment_read";
134
138
  readonly PaymentPaymentWrite: "payment_payment_write";
135
139
  readonly PaymentPayoutRead: "payment_payout_read";
@@ -235,6 +239,8 @@ export declare namespace PropertyConnectionPermissions$ {
235
239
  readonly AccountingTaxrateRead: "accounting_taxrate_read";
236
240
  readonly AccountingTaxrateWrite: "accounting_taxrate_write";
237
241
  readonly AccountingOrganizationRead: "accounting_organization_read";
242
+ readonly AccountingOrderRead: "accounting_order_read";
243
+ readonly AccountingOrderWrite: "accounting_order_write";
238
244
  readonly PaymentPaymentRead: "payment_payment_read";
239
245
  readonly PaymentPaymentWrite: "payment_payment_write";
240
246
  readonly PaymentPayoutRead: "payment_payout_read";