diff --git a/src/gen/.openapi-generator/FILES b/src/gen/.openapi-generator/FILES index 7e6efe59d..0b0203342 100644 --- a/src/gen/.openapi-generator/FILES +++ b/src/gen/.openapi-generator/FILES @@ -549,8 +549,9 @@ OrderRefunds.md OrderTenders.md OrderType.md OrdersSort.md -OutstandingBalance.md OutstandingBalanceByCurrency.md +OutstandingBalanceByCustomer.md +OutstandingBalanceBySupplier.md Owner.md PaginationCoverage.md PassThroughBody.md @@ -1264,8 +1265,9 @@ models/OrderRefunds.ts models/OrderTenders.ts models/OrderType.ts models/OrdersSort.ts -models/OutstandingBalance.ts models/OutstandingBalanceByCurrency.ts +models/OutstandingBalanceByCustomer.ts +models/OutstandingBalanceBySupplier.ts models/Owner.ts models/PaginationCoverage.ts models/PassThroughBody.ts diff --git a/src/gen/docs/apis/AccountingApi.md b/src/gen/docs/apis/AccountingApi.md index 932ec3535..854e1855a 100644 --- a/src/gen/docs/apis/AccountingApi.md +++ b/src/gen/docs/apis/AccountingApi.md @@ -1296,6 +1296,14 @@ const params = { } ], row_version: '1-12345', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], pass_through: [ { service_id: 'string', @@ -1711,6 +1719,14 @@ const params = { } ], row_version: '1-12345', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], pass_through: [ { service_id: 'string', @@ -2642,6 +2658,14 @@ const params = { status: 'active', payment_method: 'cash', channel: 'email', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], row_version: '1-12345', pass_through: [ { @@ -3036,6 +3060,14 @@ const params = { status: 'active', payment_method: 'cash', channel: 'email', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], row_version: '1-12345', pass_through: [ { @@ -5912,6 +5944,14 @@ const params = { id: 'string' } ], + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], row_version: '1-12345', pass_through: [ { @@ -6255,6 +6295,14 @@ const params = { id: 'string' } ], + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], row_version: '1-12345', pass_through: [ { @@ -8553,6 +8601,14 @@ const params = { status: 'active', payment_method: 'cash', channel: 'email', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], row_version: '1-12345', pass_through: [ { @@ -8943,6 +8999,14 @@ const params = { status: 'active', payment_method: 'cash', channel: 'email', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], row_version: '1-12345', pass_through: [ { @@ -9066,6 +9130,14 @@ const params = { { id: 'string' } + ], + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } ] } } @@ -9387,6 +9459,14 @@ const params = { { id: 'string' } + ], + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } ] } } diff --git a/src/gen/docs/models/AgedCreditors.md b/src/gen/docs/models/AgedCreditors.md index 4b307e060..0ca37c266 100644 --- a/src/gen/docs/models/AgedCreditors.md +++ b/src/gen/docs/models/AgedCreditors.md @@ -9,7 +9,7 @@ Name | Type | Description | Notes `report_as_of_date` | **Date** | The cutoff date for transactions included in the report. | [optional] `period_count` | **number** | Number of aging periods shown in the report. | [optional] `period_length` | **number** | Length of each aging period in days. | [optional] -`outstanding_balances` | [**Array<OutstandingBalance>**](OutstandingBalance.md) | | [optional] +`outstanding_balances` | [**Array<OutstandingBalanceBySupplier>**](OutstandingBalanceBySupplier.md) | | [optional] @@ -20,7 +20,7 @@ Name | Type | Description | Notes -* [`OutstandingBalance`](OutstandingBalance.md) +* [`OutstandingBalanceBySupplier`](OutstandingBalanceBySupplier.md) --- diff --git a/src/gen/docs/models/AgedDebtors.md b/src/gen/docs/models/AgedDebtors.md index 18e9a59c6..9e7678f41 100644 --- a/src/gen/docs/models/AgedDebtors.md +++ b/src/gen/docs/models/AgedDebtors.md @@ -9,7 +9,7 @@ Name | Type | Description | Notes `report_as_of_date` | **Date** | The cutoff date for transactions included in the report. | [optional] `period_count` | **number** | Number of aging periods shown in the report. | [optional] `period_length` | **number** | Length of each aging period in days. | [optional] -`outstanding_balances` | [**Array<OutstandingBalance>**](OutstandingBalance.md) | | [optional] +`outstanding_balances` | [**Array<OutstandingBalanceByCustomer>**](OutstandingBalanceByCustomer.md) | | [optional] @@ -20,7 +20,7 @@ Name | Type | Description | Notes -* [`OutstandingBalance`](OutstandingBalance.md) +* [`OutstandingBalanceByCustomer`](OutstandingBalanceByCustomer.md) --- diff --git a/src/gen/docs/models/AgedReportFilter.md b/src/gen/docs/models/AgedReportFilter.md index 9ad15c6d4..75e97c69a 100644 --- a/src/gen/docs/models/AgedReportFilter.md +++ b/src/gen/docs/models/AgedReportFilter.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- `customer_id` | **string** | Filter by customer id | [optional] +`supplier_id` | **string** | Filter by supplier id | [optional] `report_as_of_date` | **string** | The cutoff date for considering transactions | [optional] `period_count` | **number** | Number of periods to split the aged creditors report into | [optional] `period_length` | **number** | Length of each period in days | [optional] diff --git a/src/gen/docs/models/BalanceByPeriod.md b/src/gen/docs/models/BalanceByPeriod.md index b84a5aa74..da8dd8a32 100644 --- a/src/gen/docs/models/BalanceByPeriod.md +++ b/src/gen/docs/models/BalanceByPeriod.md @@ -5,8 +5,8 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -`start_date` | **Date** | Start date of the period. | [optional] -`end_date` | **Date** | End date of the period. | [optional] +`start_date` | **Date** | The starting date of the period. If not provided, it represents the oldest period, where all transactions due before the specified `end_date` are included. | [optional] +`end_date` | **Date** | The ending date of the period. If not provided, it represents an open-ended period starting from the `start_date`, typically capturing future-dated transactions that are not yet aged. | [optional] `total_amount` | **number** | Total amount of the period. | [optional] `balances_by_transaction` | [**Array<BalanceByTransaction>**](BalanceByTransaction.md) | | [optional] diff --git a/src/gen/docs/models/BalanceByTransaction.md b/src/gen/docs/models/BalanceByTransaction.md index 20c213ac2..9ee2f26bb 100644 --- a/src/gen/docs/models/BalanceByTransaction.md +++ b/src/gen/docs/models/BalanceByTransaction.md @@ -11,6 +11,7 @@ Name | Type | Description | Notes `due_date` | **Date** | Due date of the transaction. | [optional] `original_amount` | **number** | Original amount of the transaction. | [optional] `outstanding_balance` | **number** | Outstanding balance of the transaction. | [optional] +`transaction_number` | **string** | Transaction number of the transaction. | [optional] @@ -28,7 +29,7 @@ Name | Type | Description | Notes * `payment` (value: `'payment'`) -* `bill_payment` (value: `'bill-payment'`) +* `bill_payment` (value: `'bill_payment'`) diff --git a/src/gen/docs/models/Bill.md b/src/gen/docs/models/Bill.md index f5bcf002c..6e78f0f4a 100644 --- a/src/gen/docs/models/Bill.md +++ b/src/gen/docs/models/Bill.md @@ -41,6 +41,7 @@ Name | Type | Description | Notes `updated_at` | **Date** | The date and time when the object was last updated. | [optional] `created_at` | **Date** | The date and time when the object was created. | [optional] `row_version` | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional] +`custom_fields` | [**Array<CustomField>**](CustomField.md) | | [optional] `custom_mappings` | **object** | When custom mappings are configured on the resource, the result is included here. | [optional] `pass_through` | [**PassThroughBody**](PassThroughBody.md) | | [optional] `accounting_period` | **string** | Accounting period | [optional] @@ -109,6 +110,7 @@ Name | Type | Description | Notes +* [`CustomField`](CustomField.md) * [`PassThroughBody`](PassThroughBody.md) diff --git a/src/gen/docs/models/Customer.md b/src/gen/docs/models/Customer.md index 700b5bc1d..5554f230d 100644 --- a/src/gen/docs/models/Customer.md +++ b/src/gen/docs/models/Customer.md @@ -32,6 +32,7 @@ Name | Type | Description | Notes `status` | **string** | Customer status | [optional] `payment_method` | **string** | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | [optional] `channel` | **string** | The channel through which the transaction is processed. | [optional] +`custom_fields` | [**Array<CustomField>**](CustomField.md) | | [optional] `custom_mappings` | **object** | When custom mappings are configured on the resource, the result is included here. | [optional] `updated_by` | **string** | The user who last updated the object. | [optional] `created_by` | **string** | The user who created the object. | [optional] @@ -89,6 +90,7 @@ Name | Type | Description | Notes +* [`CustomField`](CustomField.md) diff --git a/src/gen/docs/models/LedgerAccount.md b/src/gen/docs/models/LedgerAccount.md index e1fbc9b34..8d46f6252 100644 --- a/src/gen/docs/models/LedgerAccount.md +++ b/src/gen/docs/models/LedgerAccount.md @@ -32,6 +32,7 @@ Name | Type | Description | Notes `last_reconciliation_date` | **Date** | Reconciliation Date means the last calendar day of each Reconciliation Period. | [optional] `subsidiaries` | **Array<object>** | The subsidiaries the account belongs to. | [optional] `custom_mappings` | **object** | When custom mappings are configured on the resource, the result is included here. | [optional] +`custom_fields` | [**Array<CustomField>**](CustomField.md) | | [optional] `row_version` | **string** | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional] `updated_by` | **string** | The user who last updated the object. | [optional] `created_by` | **string** | The user who created the object. | [optional] @@ -158,6 +159,7 @@ Name | Type | Description | Notes +* [`CustomField`](CustomField.md) diff --git a/src/gen/docs/models/OutstandingBalanceByCurrency.md b/src/gen/docs/models/OutstandingBalanceByCurrency.md index 6b12d35c7..f5eb06b4b 100644 --- a/src/gen/docs/models/OutstandingBalanceByCurrency.md +++ b/src/gen/docs/models/OutstandingBalanceByCurrency.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- `currency` | [**Currency**](Currency.md) | | [optional] +`total_amount` | **number** | Total amount of the outstanding balance. | [optional] `balances_by_period` | [**Array<BalanceByPeriod>**](BalanceByPeriod.md) | | [optional] @@ -14,6 +15,7 @@ Name | Type | Description | Notes ## Referenced Types: * [`Currency`](Currency.md) + * [`BalanceByPeriod`](BalanceByPeriod.md) --- diff --git a/src/gen/docs/models/OutstandingBalance.md b/src/gen/docs/models/OutstandingBalanceByCustomer.md similarity index 71% rename from src/gen/docs/models/OutstandingBalance.md rename to src/gen/docs/models/OutstandingBalanceByCustomer.md index 0ce41b833..538be57f2 100644 --- a/src/gen/docs/models/OutstandingBalance.md +++ b/src/gen/docs/models/OutstandingBalanceByCustomer.md @@ -1,12 +1,12 @@ -# Apideck.OutstandingBalance +# Apideck.OutstandingBalanceByCustomer ### Description ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -`customer_id` | **string** | Unique identifier for the customer or supplier. | [optional] -`customer_name` | **string** | Full name of the customer or supplier. | [optional] +`customer_id` | **string** | Unique identifier for the customer. | [optional] +`customer_name` | **string** | Full name of the customer. | [optional] `outstanding_balances_by_currency` | [**Array<OutstandingBalanceByCurrency>**](OutstandingBalanceByCurrency.md) | | [optional] diff --git a/src/gen/docs/models/OutstandingBalanceBySupplier.md b/src/gen/docs/models/OutstandingBalanceBySupplier.md new file mode 100644 index 000000000..120a6d3e3 --- /dev/null +++ b/src/gen/docs/models/OutstandingBalanceBySupplier.md @@ -0,0 +1,25 @@ +# Apideck.OutstandingBalanceBySupplier + +### Description + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +`supplier_id` | **string** | Unique identifier for the supplier. | [optional] +`supplier_name` | **string** | Full name of the supplier. | [optional] +`outstanding_balances_by_currency` | [**Array<OutstandingBalanceByCurrency>**](OutstandingBalanceByCurrency.md) | | [optional] + + + + + +## Referenced Types: + + +* [`OutstandingBalanceByCurrency`](OutstandingBalanceByCurrency.md) + +--- + +[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md) + + diff --git a/src/gen/docs/models/Supplier.md b/src/gen/docs/models/Supplier.md index 9b12d2f7e..235ab1e88 100644 --- a/src/gen/docs/models/Supplier.md +++ b/src/gen/docs/models/Supplier.md @@ -31,6 +31,7 @@ Name | Type | Description | Notes `payment_method` | **string** | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | [optional] `channel` | **string** | The channel through which the transaction is processed. | [optional] `custom_mappings` | **object** | When custom mappings are configured on the resource, the result is included here. | [optional] +`custom_fields` | [**Array<CustomField>**](CustomField.md) | | [optional] `updated_by` | **string** | The user who last updated the object. | [optional] `created_by` | **string** | The user who created the object. | [optional] `updated_at` | **Date** | The date and time when the object was last updated. | [optional] @@ -87,6 +88,7 @@ Name | Type | Description | Notes +* [`CustomField`](CustomField.md) diff --git a/src/gen/docs/models/TaxRate.md b/src/gen/docs/models/TaxRate.md index 6e558bc99..babf730df 100644 --- a/src/gen/docs/models/TaxRate.md +++ b/src/gen/docs/models/TaxRate.md @@ -26,6 +26,7 @@ Name | Type | Description | Notes `created_at` | **Date** | The date and time when the object was created. | [optional] `pass_through` | [**PassThroughBody**](PassThroughBody.md) | | [optional] `subsidiaries` | **Array<object>** | The subsidiaries this belongs to. | [optional] +`custom_fields` | [**Array<CustomField>**](CustomField.md) | | [optional] @@ -66,6 +67,7 @@ Name | Type | Description | Notes * [`PassThroughBody`](PassThroughBody.md) +* [`CustomField`](CustomField.md) --- diff --git a/src/gen/models/AgedCreditors.ts b/src/gen/models/AgedCreditors.ts index 06f6b9b6d..30e2f8de6 100644 --- a/src/gen/models/AgedCreditors.ts +++ b/src/gen/models/AgedCreditors.ts @@ -14,10 +14,10 @@ import { exists } from '../runtime' import { - OutstandingBalance, - OutstandingBalanceFromJSON, - OutstandingBalanceToJSON -} from './OutstandingBalance' + OutstandingBalanceBySupplier, + OutstandingBalanceBySupplierFromJSON, + OutstandingBalanceBySupplierToJSON +} from './OutstandingBalanceBySupplier' /** * @@ -51,10 +51,10 @@ export interface AgedCreditors { period_length?: number /** * - * @type {Array} + * @type {Array} * @memberof AgedCreditors */ - outstanding_balances?: Array + outstanding_balances?: Array } export function AgedCreditorsFromJSON(json: any): AgedCreditors { @@ -76,7 +76,7 @@ export function AgedCreditorsFromJSONTyped(json: any, ignoreDiscriminator: boole period_length: !exists(json, 'period_length') ? undefined : json['period_length'], outstanding_balances: !exists(json, 'outstanding_balances') ? undefined - : (json['outstanding_balances'] as Array).map(OutstandingBalanceFromJSON) + : (json['outstanding_balances'] as Array).map(OutstandingBalanceBySupplierFromJSON) } } @@ -101,6 +101,6 @@ export function AgedCreditorsToJSON(value?: AgedCreditors | null): any { outstanding_balances: value.outstanding_balances === undefined ? undefined - : (value.outstanding_balances as Array).map(OutstandingBalanceToJSON) + : (value.outstanding_balances as Array).map(OutstandingBalanceBySupplierToJSON) } } diff --git a/src/gen/models/AgedDebtors.ts b/src/gen/models/AgedDebtors.ts index 11838a051..ea9cd7012 100644 --- a/src/gen/models/AgedDebtors.ts +++ b/src/gen/models/AgedDebtors.ts @@ -14,10 +14,10 @@ import { exists } from '../runtime' import { - OutstandingBalance, - OutstandingBalanceFromJSON, - OutstandingBalanceToJSON -} from './OutstandingBalance' + OutstandingBalanceByCustomer, + OutstandingBalanceByCustomerFromJSON, + OutstandingBalanceByCustomerToJSON +} from './OutstandingBalanceByCustomer' /** * @@ -51,10 +51,10 @@ export interface AgedDebtors { period_length?: number /** * - * @type {Array} + * @type {Array} * @memberof AgedDebtors */ - outstanding_balances?: Array + outstanding_balances?: Array } export function AgedDebtorsFromJSON(json: any): AgedDebtors { @@ -76,7 +76,7 @@ export function AgedDebtorsFromJSONTyped(json: any, ignoreDiscriminator: boolean period_length: !exists(json, 'period_length') ? undefined : json['period_length'], outstanding_balances: !exists(json, 'outstanding_balances') ? undefined - : (json['outstanding_balances'] as Array).map(OutstandingBalanceFromJSON) + : (json['outstanding_balances'] as Array).map(OutstandingBalanceByCustomerFromJSON) } } @@ -101,6 +101,6 @@ export function AgedDebtorsToJSON(value?: AgedDebtors | null): any { outstanding_balances: value.outstanding_balances === undefined ? undefined - : (value.outstanding_balances as Array).map(OutstandingBalanceToJSON) + : (value.outstanding_balances as Array).map(OutstandingBalanceByCustomerToJSON) } } diff --git a/src/gen/models/AgedReportFilter.ts b/src/gen/models/AgedReportFilter.ts index e79e7f916..d1243ebb5 100644 --- a/src/gen/models/AgedReportFilter.ts +++ b/src/gen/models/AgedReportFilter.ts @@ -25,6 +25,12 @@ export interface AgedReportFilter { * @memberof AgedReportFilter */ customer_id?: string + /** + * Filter by supplier id + * @type {string} + * @memberof AgedReportFilter + */ + supplier_id?: string /** * The cutoff date for considering transactions * @type {string} @@ -58,6 +64,7 @@ export function AgedReportFilterFromJSONTyped( } return { customer_id: !exists(json, 'customer_id') ? undefined : json['customer_id'], + supplier_id: !exists(json, 'supplier_id') ? undefined : json['supplier_id'], report_as_of_date: !exists(json, 'report_as_of_date') ? undefined : json['report_as_of_date'], period_count: !exists(json, 'period_count') ? undefined : json['period_count'], period_length: !exists(json, 'period_length') ? undefined : json['period_length'] @@ -73,6 +80,7 @@ export function AgedReportFilterToJSON(value?: AgedReportFilter | null): any { } return { customer_id: value.customer_id, + supplier_id: value.supplier_id, report_as_of_date: value.report_as_of_date, period_count: value.period_count, period_length: value.period_length diff --git a/src/gen/models/BalanceByPeriod.ts b/src/gen/models/BalanceByPeriod.ts index c2ee595a7..d63a27e4f 100644 --- a/src/gen/models/BalanceByPeriod.ts +++ b/src/gen/models/BalanceByPeriod.ts @@ -26,17 +26,17 @@ import { */ export interface BalanceByPeriod { /** - * Start date of the period. + * The starting date of the period. If not provided, it represents the oldest period, where all transactions due before the specified `end_date` are included. * @type {Date} * @memberof BalanceByPeriod */ - start_date?: Date + start_date?: Date | null /** - * End date of the period. + * The ending date of the period. If not provided, it represents an open-ended period starting from the `start_date`, typically capturing future-dated transactions that are not yet aged. * @type {Date} * @memberof BalanceByPeriod */ - end_date?: Date + end_date?: Date | null /** * Total amount of the period. * @type {number} @@ -63,8 +63,16 @@ export function BalanceByPeriodFromJSONTyped( return json } return { - start_date: !exists(json, 'start_date') ? undefined : new Date(json['start_date']), - end_date: !exists(json, 'end_date') ? undefined : new Date(json['end_date']), + start_date: !exists(json, 'start_date') + ? undefined + : json['start_date'] === null + ? null + : new Date(json['start_date']), + end_date: !exists(json, 'end_date') + ? undefined + : json['end_date'] === null + ? null + : new Date(json['end_date']), total_amount: !exists(json, 'total_amount') ? undefined : json['total_amount'], balances_by_transaction: !exists(json, 'balances_by_transaction') ? undefined @@ -83,10 +91,14 @@ export function BalanceByPeriodToJSON(value?: BalanceByPeriod | null): any { start_date: value.start_date === undefined ? undefined + : value.start_date === null + ? null : new Date(value.start_date).toISOString().substr(0, 10), end_date: value.end_date === undefined ? undefined + : value.end_date === null + ? null : new Date(value.end_date).toISOString().substr(0, 10), total_amount: value.total_amount, balances_by_transaction: diff --git a/src/gen/models/BalanceByTransaction.ts b/src/gen/models/BalanceByTransaction.ts index 8315b6371..de52c72f7 100644 --- a/src/gen/models/BalanceByTransaction.ts +++ b/src/gen/models/BalanceByTransaction.ts @@ -55,6 +55,12 @@ export interface BalanceByTransaction { * @memberof BalanceByTransaction */ outstanding_balance?: number + /** + * Transaction number of the transaction. + * @type {string} + * @memberof BalanceByTransaction + */ + transaction_number?: string } /** @@ -66,7 +72,7 @@ export enum BalanceByTransactionTransactionType { credit_note = 'credit_note', bill = 'bill', payment = 'payment', - bill_payment = 'bill-payment' + bill_payment = 'bill_payment' } export function BalanceByTransactionFromJSON(json: any): BalanceByTransaction { @@ -90,7 +96,8 @@ export function BalanceByTransactionFromJSONTyped( original_amount: !exists(json, 'original_amount') ? undefined : json['original_amount'], outstanding_balance: !exists(json, 'outstanding_balance') ? undefined - : json['outstanding_balance'] + : json['outstanding_balance'], + transaction_number: !exists(json, 'transaction_number') ? undefined : json['transaction_number'] } } @@ -113,6 +120,7 @@ export function BalanceByTransactionToJSON(value?: BalanceByTransaction | null): ? undefined : new Date(value.due_date).toISOString().substr(0, 10), original_amount: value.original_amount, - outstanding_balance: value.outstanding_balance + outstanding_balance: value.outstanding_balance, + transaction_number: value.transaction_number } } diff --git a/src/gen/models/Bill.ts b/src/gen/models/Bill.ts index 41e18dbe7..cb144d1d7 100644 --- a/src/gen/models/Bill.ts +++ b/src/gen/models/Bill.ts @@ -16,6 +16,7 @@ import { exists } from '../runtime' import { BankAccount, BankAccountFromJSON, BankAccountToJSON } from './BankAccount' import { BillLineItem, BillLineItemFromJSON, BillLineItemToJSON } from './BillLineItem' import { Currency, CurrencyFromJSON, CurrencyToJSON } from './Currency' +import { CustomField, CustomFieldFromJSON, CustomFieldToJSON } from './CustomField' import { LinkedLedgerAccount, LinkedLedgerAccountFromJSON, @@ -251,6 +252,12 @@ export interface Bill { * @memberof Bill */ row_version?: string | null + /** + * + * @type {Array} + * @memberof Bill + */ + custom_fields?: Array /** * When custom mappings are configured on the resource, the result is included here. * @type {object} @@ -353,6 +360,9 @@ export function BillFromJSONTyped(json: any, ignoreDiscriminator: boolean): Bill ? null : new Date(json['created_at']), row_version: !exists(json, 'row_version') ? undefined : json['row_version'], + custom_fields: !exists(json, 'custom_fields') + ? undefined + : (json['custom_fields'] as Array).map(CustomFieldFromJSON), custom_mappings: !exists(json, 'custom_mappings') ? undefined : json['custom_mappings'], pass_through: !exists(json, 'pass_through') ? undefined @@ -413,6 +423,10 @@ export function BillToJSON(value?: Bill | null): any { discount_percentage: value.discount_percentage, tracking_categories: LinkedTrackingCategoriesToJSON(value.tracking_categories), row_version: value.row_version, + custom_fields: + value.custom_fields === undefined + ? undefined + : (value.custom_fields as Array).map(CustomFieldToJSON), pass_through: PassThroughBodyToJSON(value.pass_through), accounting_period: value.accounting_period } diff --git a/src/gen/models/Customer.ts b/src/gen/models/Customer.ts index 0f7694f36..cef0e9446 100644 --- a/src/gen/models/Customer.ts +++ b/src/gen/models/Customer.ts @@ -16,6 +16,7 @@ import { exists } from '../runtime' import { Address, AddressFromJSON, AddressToJSON } from './Address' import { BankAccount, BankAccountFromJSON, BankAccountToJSON } from './BankAccount' import { Currency, CurrencyFromJSON, CurrencyToJSON } from './Currency' +import { CustomField, CustomFieldFromJSON, CustomFieldToJSON } from './CustomField' import { Email, EmailFromJSON, EmailToJSON } from './Email' import { LinkedLedgerAccount, @@ -200,6 +201,12 @@ export interface Customer { * @memberof Customer */ channel?: string | null + /** + * + * @type {Array} + * @memberof Customer + */ + custom_fields?: Array /** * When custom mappings are configured on the resource, the result is included here. * @type {object} @@ -300,6 +307,9 @@ export function CustomerFromJSONTyped(json: any, ignoreDiscriminator: boolean): status: !exists(json, 'status') ? undefined : json['status'], payment_method: !exists(json, 'payment_method') ? undefined : json['payment_method'], channel: !exists(json, 'channel') ? undefined : json['channel'], + custom_fields: !exists(json, 'custom_fields') + ? undefined + : (json['custom_fields'] as Array).map(CustomFieldFromJSON), custom_mappings: !exists(json, 'custom_mappings') ? undefined : json['custom_mappings'], updated_by: !exists(json, 'updated_by') ? undefined : json['updated_by'], created_by: !exists(json, 'created_by') ? undefined : json['created_by'], @@ -363,6 +373,10 @@ export function CustomerToJSON(value?: Customer | null): any { status: value.status, payment_method: value.payment_method, channel: value.channel, + custom_fields: + value.custom_fields === undefined + ? undefined + : (value.custom_fields as Array).map(CustomFieldToJSON), row_version: value.row_version, pass_through: PassThroughBodyToJSON(value.pass_through) } diff --git a/src/gen/models/LedgerAccount.ts b/src/gen/models/LedgerAccount.ts index d9588d03f..a69e32450 100644 --- a/src/gen/models/LedgerAccount.ts +++ b/src/gen/models/LedgerAccount.ts @@ -15,6 +15,7 @@ import { exists } from '../runtime' import { BankAccount, BankAccountFromJSON, BankAccountToJSON } from './BankAccount' import { Currency, CurrencyFromJSON, CurrencyToJSON } from './Currency' +import { CustomField, CustomFieldFromJSON, CustomFieldToJSON } from './CustomField' import { LedgerAccountCategories, LedgerAccountCategoriesFromJSON } from './LedgerAccountCategories' import { LedgerAccountParentAccount, @@ -192,6 +193,12 @@ export interface LedgerAccount { * @memberof LedgerAccount */ readonly custom_mappings?: object | null + /** + * + * @type {Array} + * @memberof LedgerAccount + */ + custom_fields?: Array /** * A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. * @type {string} @@ -330,6 +337,9 @@ export function LedgerAccountFromJSONTyped(json: any, ignoreDiscriminator: boole : new Date(json['last_reconciliation_date']), subsidiaries: !exists(json, 'subsidiaries') ? undefined : json['subsidiaries'], custom_mappings: !exists(json, 'custom_mappings') ? undefined : json['custom_mappings'], + custom_fields: !exists(json, 'custom_fields') + ? undefined + : (json['custom_fields'] as Array).map(CustomFieldFromJSON), row_version: !exists(json, 'row_version') ? undefined : json['row_version'], updated_by: !exists(json, 'updated_by') ? undefined : json['updated_by'], created_by: !exists(json, 'created_by') ? undefined : json['created_by'], @@ -385,6 +395,10 @@ export function LedgerAccountToJSON(value?: LedgerAccount | null): any { ? null : new Date(value.last_reconciliation_date).toISOString().substr(0, 10), subsidiaries: value.subsidiaries, + custom_fields: + value.custom_fields === undefined + ? undefined + : (value.custom_fields as Array).map(CustomFieldToJSON), row_version: value.row_version, pass_through: PassThroughBodyToJSON(value.pass_through) } diff --git a/src/gen/models/OutstandingBalanceByCurrency.ts b/src/gen/models/OutstandingBalanceByCurrency.ts index fb45b7ab1..c8ebfbe5f 100644 --- a/src/gen/models/OutstandingBalanceByCurrency.ts +++ b/src/gen/models/OutstandingBalanceByCurrency.ts @@ -28,6 +28,12 @@ export interface OutstandingBalanceByCurrency { * @memberof OutstandingBalanceByCurrency */ currency?: Currency | null + /** + * Total amount of the outstanding balance. + * @type {number} + * @memberof OutstandingBalanceByCurrency + */ + total_amount?: number /** * * @type {Array} @@ -49,6 +55,7 @@ export function OutstandingBalanceByCurrencyFromJSONTyped( } return { currency: !exists(json, 'currency') ? undefined : CurrencyFromJSON(json['currency']), + total_amount: !exists(json, 'total_amount') ? undefined : json['total_amount'], balances_by_period: !exists(json, 'balances_by_period') ? undefined : (json['balances_by_period'] as Array).map(BalanceByPeriodFromJSON) @@ -66,6 +73,7 @@ export function OutstandingBalanceByCurrencyToJSON( } return { currency: CurrencyToJSON(value.currency), + total_amount: value.total_amount, balances_by_period: value.balances_by_period === undefined ? undefined diff --git a/src/gen/models/OutstandingBalance.ts b/src/gen/models/OutstandingBalanceByCustomer.ts similarity index 73% rename from src/gen/models/OutstandingBalance.ts rename to src/gen/models/OutstandingBalanceByCustomer.ts index 1344a1b89..62b7fd291 100644 --- a/src/gen/models/OutstandingBalance.ts +++ b/src/gen/models/OutstandingBalanceByCustomer.ts @@ -22,37 +22,37 @@ import { /** * * @export - * @interface OutstandingBalance + * @interface OutstandingBalanceByCustomer */ -export interface OutstandingBalance { +export interface OutstandingBalanceByCustomer { /** - * Unique identifier for the customer or supplier. + * Unique identifier for the customer. * @type {string} - * @memberof OutstandingBalance + * @memberof OutstandingBalanceByCustomer */ customer_id?: string /** - * Full name of the customer or supplier. + * Full name of the customer. * @type {string} - * @memberof OutstandingBalance + * @memberof OutstandingBalanceByCustomer */ customer_name?: string /** * * @type {Array} - * @memberof OutstandingBalance + * @memberof OutstandingBalanceByCustomer */ outstanding_balances_by_currency?: Array } -export function OutstandingBalanceFromJSON(json: any): OutstandingBalance { - return OutstandingBalanceFromJSONTyped(json, false) +export function OutstandingBalanceByCustomerFromJSON(json: any): OutstandingBalanceByCustomer { + return OutstandingBalanceByCustomerFromJSONTyped(json, false) } -export function OutstandingBalanceFromJSONTyped( +export function OutstandingBalanceByCustomerFromJSONTyped( json: any, ignoreDiscriminator: boolean -): OutstandingBalance { +): OutstandingBalanceByCustomer { if (json === undefined || json === null) { return json } @@ -67,7 +67,9 @@ export function OutstandingBalanceFromJSONTyped( } } -export function OutstandingBalanceToJSON(value?: OutstandingBalance | null): any { +export function OutstandingBalanceByCustomerToJSON( + value?: OutstandingBalanceByCustomer | null +): any { if (value === undefined) { return undefined } diff --git a/src/gen/models/OutstandingBalanceBySupplier.ts b/src/gen/models/OutstandingBalanceBySupplier.ts new file mode 100644 index 000000000..17015ecea --- /dev/null +++ b/src/gen/models/OutstandingBalanceBySupplier.ts @@ -0,0 +1,89 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Apideck + * The Apideck OpenAPI Spec: SDK Optimized + * + * The version of the OpenAPI document: 10.9.0 + * Contact: support@apideck.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +import { exists } from '../runtime' +import { + OutstandingBalanceByCurrency, + OutstandingBalanceByCurrencyFromJSON, + OutstandingBalanceByCurrencyToJSON +} from './OutstandingBalanceByCurrency' + +/** + * + * @export + * @interface OutstandingBalanceBySupplier + */ +export interface OutstandingBalanceBySupplier { + /** + * Unique identifier for the supplier. + * @type {string} + * @memberof OutstandingBalanceBySupplier + */ + supplier_id?: string + /** + * Full name of the supplier. + * @type {string} + * @memberof OutstandingBalanceBySupplier + */ + supplier_name?: string + /** + * + * @type {Array} + * @memberof OutstandingBalanceBySupplier + */ + outstanding_balances_by_currency?: Array +} + +export function OutstandingBalanceBySupplierFromJSON(json: any): OutstandingBalanceBySupplier { + return OutstandingBalanceBySupplierFromJSONTyped(json, false) +} + +export function OutstandingBalanceBySupplierFromJSONTyped( + json: any, + ignoreDiscriminator: boolean +): OutstandingBalanceBySupplier { + if (json === undefined || json === null) { + return json + } + return { + supplier_id: !exists(json, 'supplier_id') ? undefined : json['supplier_id'], + supplier_name: !exists(json, 'supplier_name') ? undefined : json['supplier_name'], + outstanding_balances_by_currency: !exists(json, 'outstanding_balances_by_currency') + ? undefined + : (json['outstanding_balances_by_currency'] as Array).map( + OutstandingBalanceByCurrencyFromJSON + ) + } +} + +export function OutstandingBalanceBySupplierToJSON( + value?: OutstandingBalanceBySupplier | null +): any { + if (value === undefined) { + return undefined + } + if (value === null) { + return null + } + return { + supplier_id: value.supplier_id, + supplier_name: value.supplier_name, + outstanding_balances_by_currency: + value.outstanding_balances_by_currency === undefined + ? undefined + : (value.outstanding_balances_by_currency as Array).map( + OutstandingBalanceByCurrencyToJSON + ) + } +} diff --git a/src/gen/models/Supplier.ts b/src/gen/models/Supplier.ts index 355ccc37c..7167ad850 100644 --- a/src/gen/models/Supplier.ts +++ b/src/gen/models/Supplier.ts @@ -16,6 +16,7 @@ import { exists } from '../runtime' import { Address, AddressFromJSON, AddressToJSON } from './Address' import { BankAccount, BankAccountFromJSON, BankAccountToJSON } from './BankAccount' import { Currency, CurrencyFromJSON, CurrencyToJSON } from './Currency' +import { CustomField, CustomFieldFromJSON, CustomFieldToJSON } from './CustomField' import { Email, EmailFromJSON, EmailToJSON } from './Email' import { LinkedLedgerAccount, @@ -189,6 +190,12 @@ export interface Supplier { * @memberof Supplier */ readonly custom_mappings?: object | null + /** + * + * @type {Array} + * @memberof Supplier + */ + custom_fields?: Array /** * The user who last updated the object. * @type {string} @@ -288,6 +295,9 @@ export function SupplierFromJSONTyped(json: any, ignoreDiscriminator: boolean): payment_method: !exists(json, 'payment_method') ? undefined : json['payment_method'], channel: !exists(json, 'channel') ? undefined : json['channel'], custom_mappings: !exists(json, 'custom_mappings') ? undefined : json['custom_mappings'], + custom_fields: !exists(json, 'custom_fields') + ? undefined + : (json['custom_fields'] as Array).map(CustomFieldFromJSON), updated_by: !exists(json, 'updated_by') ? undefined : json['updated_by'], created_by: !exists(json, 'created_by') ? undefined : json['created_by'], updated_at: !exists(json, 'updated_at') @@ -349,6 +359,10 @@ export function SupplierToJSON(value?: Supplier | null): any { status: value.status, payment_method: value.payment_method, channel: value.channel, + custom_fields: + value.custom_fields === undefined + ? undefined + : (value.custom_fields as Array).map(CustomFieldToJSON), row_version: value.row_version, pass_through: PassThroughBodyToJSON(value.pass_through), subsidiary_id: value.subsidiary_id diff --git a/src/gen/models/TaxRate.ts b/src/gen/models/TaxRate.ts index 79af0329e..27e646193 100644 --- a/src/gen/models/TaxRate.ts +++ b/src/gen/models/TaxRate.ts @@ -13,6 +13,7 @@ */ import { exists } from '../runtime' +import { CustomField, CustomFieldFromJSON, CustomFieldToJSON } from './CustomField' import { PassThroughBody, PassThroughBodyFromJSON, PassThroughBodyToJSON } from './PassThroughBody' /** @@ -147,6 +148,12 @@ export interface TaxRate { * @memberof TaxRate */ subsidiaries?: Array + /** + * + * @type {Array} + * @memberof TaxRate + */ + custom_fields?: Array } /** @@ -206,7 +213,10 @@ export function TaxRateFromJSONTyped(json: any, ignoreDiscriminator: boolean): T pass_through: !exists(json, 'pass_through') ? undefined : PassThroughBodyFromJSON(json['pass_through']), - subsidiaries: !exists(json, 'subsidiaries') ? undefined : json['subsidiaries'] + subsidiaries: !exists(json, 'subsidiaries') ? undefined : json['subsidiaries'], + custom_fields: !exists(json, 'custom_fields') + ? undefined + : (json['custom_fields'] as Array).map(CustomFieldFromJSON) } } @@ -233,6 +243,10 @@ export function TaxRateToJSON(value?: TaxRate | null): any { status: value.status, row_version: value.row_version, pass_through: PassThroughBodyToJSON(value.pass_through), - subsidiaries: value.subsidiaries + subsidiaries: value.subsidiaries, + custom_fields: + value.custom_fields === undefined + ? undefined + : (value.custom_fields as Array).map(CustomFieldToJSON) } } diff --git a/src/gen/models/index.ts b/src/gen/models/index.ts index 9006b00a6..3ec1b6844 100644 --- a/src/gen/models/index.ts +++ b/src/gen/models/index.ts @@ -519,8 +519,9 @@ export * from './OrderRefunds' export * from './OrdersSort' export * from './OrderTenders' export * from './OrderType' -export * from './OutstandingBalance' export * from './OutstandingBalanceByCurrency' +export * from './OutstandingBalanceByCustomer' +export * from './OutstandingBalanceBySupplier' export * from './Owner' export * from './PaginationCoverage' export * from './PassThroughBody' diff --git a/src/gen/tests/apis/AccountingApiTest.api.test.ts b/src/gen/tests/apis/AccountingApiTest.api.test.ts index 0f9c61eb2..63df6418c 100644 --- a/src/gen/tests/apis/AccountingApiTest.api.test.ts +++ b/src/gen/tests/apis/AccountingApiTest.api.test.ts @@ -43,11 +43,12 @@ describe('AccountingApi', () => { period_length: 30, outstanding_balances: [ { - customer_id: '123', - customer_name: 'Super Store', + supplier_id: '123', + supplier_name: 'Super Store', outstanding_balances_by_currency: [ { currency: 'USD', + total_amount: 0, balances_by_period: [Array] } ] @@ -101,6 +102,7 @@ describe('AccountingApi', () => { outstanding_balances_by_currency: [ { currency: 'USD', + total_amount: 0, balances_by_period: [Array] } ] @@ -1150,6 +1152,14 @@ describe('AccountingApi', () => { } ], row_version: '1-12345', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], pass_through: [ { service_id: 'string', @@ -1326,6 +1336,14 @@ describe('AccountingApi', () => { updated_at: '2020-09-30T07:43:32.000Z', created_at: '2020-09-30T07:43:32.000Z', row_version: '1-12345', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], custom_mappings: {}, pass_through: [ { @@ -1563,6 +1581,14 @@ describe('AccountingApi', () => { updated_at: '2020-09-30T07:43:32.000Z', created_at: '2020-09-30T07:43:32.000Z', row_version: '1-12345', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], custom_mappings: {}, pass_through: [ { @@ -1748,6 +1774,14 @@ describe('AccountingApi', () => { } ], row_version: '1-12345', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], pass_through: [ { service_id: 'string', @@ -1839,6 +1873,14 @@ describe('AccountingApi', () => { { id: 'string' } + ], + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } ] }, currency: 'USD', @@ -2936,6 +2978,14 @@ describe('AccountingApi', () => { status: 'active', payment_method: 'cash', channel: 'email', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], row_version: '1-12345', pass_through: [ { @@ -3083,6 +3133,14 @@ describe('AccountingApi', () => { status: 'active', payment_method: 'cash', channel: 'email', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], custom_mappings: {}, updated_by: '12345', created_by: '12345', @@ -3290,6 +3348,14 @@ describe('AccountingApi', () => { status: 'active', payment_method: 'cash', channel: 'email', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], custom_mappings: {}, updated_by: '12345', created_by: '12345', @@ -3457,6 +3523,14 @@ describe('AccountingApi', () => { status: 'active', payment_method: 'cash', channel: 'email', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], row_version: '1-12345', pass_through: [ { @@ -6665,6 +6739,14 @@ describe('AccountingApi', () => { id: 'string' } ], + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], row_version: '1-12345', pass_through: [ { @@ -6772,6 +6854,14 @@ describe('AccountingApi', () => { } ], custom_mappings: {}, + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], row_version: '1-12345', updated_by: '12345', created_by: '12345', @@ -6938,6 +7028,14 @@ describe('AccountingApi', () => { } ], custom_mappings: {}, + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], row_version: '1-12345', updated_by: '12345', created_by: '12345', @@ -7053,6 +7151,14 @@ describe('AccountingApi', () => { id: 'string' } ], + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], row_version: '1-12345', pass_through: [ { @@ -9495,6 +9601,14 @@ describe('AccountingApi', () => { status: 'active', payment_method: 'cash', channel: 'email', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], row_version: '1-12345', pass_through: [ { @@ -9639,6 +9753,14 @@ describe('AccountingApi', () => { payment_method: 'cash', channel: 'email', custom_mappings: {}, + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], updated_by: '12345', created_by: '12345', updated_at: '2020-09-30T07:43:32.000Z', @@ -9842,6 +9964,14 @@ describe('AccountingApi', () => { payment_method: 'cash', channel: 'email', custom_mappings: {}, + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], updated_by: '12345', created_by: '12345', updated_at: '2020-09-30T07:43:32.000Z', @@ -10004,6 +10134,14 @@ describe('AccountingApi', () => { status: 'active', payment_method: 'cash', channel: 'email', + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } + ], row_version: '1-12345', pass_through: [ { @@ -10098,6 +10236,14 @@ describe('AccountingApi', () => { { id: 'string' } + ], + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } ] } } as any @@ -10168,6 +10314,14 @@ describe('AccountingApi', () => { { id: 'string' } + ], + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } ] } ], @@ -10303,6 +10457,14 @@ describe('AccountingApi', () => { { id: 'string' } + ], + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } ] } } as any @@ -10393,6 +10555,14 @@ describe('AccountingApi', () => { { id: 'string' } + ], + custom_fields: [ + { + id: '2389328923893298', + name: 'employee_level', + description: 'Employee Level', + value: 'Uses Salesforce and Marketo' + } ] } } as any diff --git a/yarn.lock b/yarn.lock index 62f0490a3..43c982f2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1535,9 +1535,9 @@ integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== "@types/node@*": - version "22.10.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9" - integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ== + version "22.10.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.3.tgz#cdc2a89bf6e5d5e593fad08e83f74d7348d5dd10" + integrity sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw== dependencies: undici-types "~6.20.0" @@ -1789,13 +1789,13 @@ arr-union@^3.1.0: resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" integrity sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q== -array-buffer-byte-length@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz#1e5583ec16763540a27ae52eed99ff899223568f" - integrity sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg== +array-buffer-byte-length@^1.0.1, array-buffer-byte-length@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz#384d12a37295aec3769ab022ad323a18a51ccf8b" + integrity sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw== dependencies: - call-bind "^1.0.5" - is-array-buffer "^3.0.4" + call-bound "^1.0.3" + is-array-buffer "^3.0.5" array-equal@^1.0.0: version "1.0.2" @@ -1853,7 +1853,7 @@ array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2: es-abstract "^1.23.5" es-shim-unscopables "^1.0.2" -array.prototype.flatmap@^1.3.2: +array.prototype.flatmap@^1.3.2, array.prototype.flatmap@^1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz#712cc792ae70370ae40586264629e33aab5dd38b" integrity sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg== @@ -2264,7 +2264,7 @@ call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1: es-errors "^1.3.0" function-bind "^1.1.2" -call-bind@^1.0.5, call-bind@^1.0.6, call-bind@^1.0.7, call-bind@^1.0.8: +call-bind@^1.0.7, call-bind@^1.0.8: version "1.0.8" resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.8.tgz#0736a9660f537e3388826f440d5ec45f744eaa4c" integrity sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww== @@ -2298,9 +2298,9 @@ camelcase@^6.0.0, camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001688: - version "1.0.30001689" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001689.tgz#67ca960dd5f443903e19949aeacc9d28f6e10910" - integrity sha512-CmeR2VBycfa+5/jOfnp/NpWPGd06nf1XYiefUvhXFfZE4GkRc9jv+eGPS4nT558WS/8lYCzV8SlANCIPvbWP1g== + version "1.0.30001690" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz#f2d15e3aaf8e18f76b2b8c1481abde063b8104c8" + integrity sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w== capture-exit@^2.0.0: version "2.0.0" @@ -2639,30 +2639,30 @@ data-urls@^1.1.0: whatwg-mimetype "^2.2.0" whatwg-url "^7.0.0" -data-view-buffer@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.1.tgz#8ea6326efec17a2e42620696e671d7d5a8bc66b2" - integrity sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA== +data-view-buffer@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.2.tgz#211a03ba95ecaf7798a8c7198d79536211f88570" + integrity sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ== dependencies: - call-bind "^1.0.6" + call-bound "^1.0.3" es-errors "^1.3.0" - is-data-view "^1.0.1" + is-data-view "^1.0.2" -data-view-byte-length@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz#90721ca95ff280677eb793749fce1011347669e2" - integrity sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ== +data-view-byte-length@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz#9e80f7ca52453ce3e93d25a35318767ea7704735" + integrity sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ== dependencies: - call-bind "^1.0.7" + call-bound "^1.0.3" es-errors "^1.3.0" - is-data-view "^1.0.1" + is-data-view "^1.0.2" -data-view-byte-offset@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz#5e0bbfb4828ed2d1b9b400cd8a7d119bca0ff18a" - integrity sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA== +data-view-byte-offset@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz#068307f9b71ab76dbbe10291389e020856606191" + integrity sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ== dependencies: - call-bind "^1.0.6" + call-bound "^1.0.2" es-errors "^1.3.0" is-data-view "^1.0.1" @@ -2807,7 +2807,7 @@ domexception@^1.0.1: dependencies: webidl-conversions "^4.0.2" -dunder-proto@^1.0.0: +dunder-proto@^1.0.0, dunder-proto@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a" integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A== @@ -2830,9 +2830,9 @@ ecc-jsbn@~0.1.1: safer-buffer "^2.1.0" electron-to-chromium@^1.5.73: - version "1.5.74" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.74.tgz#cb886b504a6467e4c00bea3317edb38393c53413" - integrity sha512-ck3//9RC+6oss/1Bh9tiAVFy5vfSKbRHAFh7Z3/eTRkEqJeWgymloShB17Vg3Z4nmDNp35vAd1BZ6CMW4Wt6Iw== + version "1.5.76" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.76.tgz#db20295c5061b68f07c8ea4dfcbd701485d94a3d" + integrity sha512-CjVQyG7n7Sr+eBXE86HIulnL5N8xZY1sgmOPGuq/F0Rr0FJq63lg0kEtOIDfZBk44FnDLf6FUJ+dsJcuiUDdDQ== emittery@^0.13.1: version "0.13.1" @@ -2876,27 +2876,27 @@ error-ex@^1.3.1: dependencies: is-arrayish "^0.2.1" -es-abstract@^1.17.5, es-abstract@^1.23.2, es-abstract@^1.23.3, es-abstract@^1.23.5: - version "1.23.6" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.6.tgz#55f0e1ce7128995cc04ace0a57d7dca348345108" - integrity sha512-Ifco6n3yj2tMZDWNLyloZrytt9lqqlwvS83P3HtaETR0NUOYnIULGGHpktqYGObGy+8wc1okO25p8TjemhImvA== +es-abstract@^1.17.5, es-abstract@^1.23.2, es-abstract@^1.23.3, es-abstract@^1.23.5, es-abstract@^1.23.6: + version "1.23.8" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.8.tgz#99754723118355d82fcef9ce4c90ccbcd5d2a285" + integrity sha512-lfab8IzDn6EpI1ibZakcgS6WsfEBiB+43cuJo+wgylx1xKXf+Sp+YR3vFuQwC/u3sxYwV8Cxe3B0DpVUu/WiJQ== dependencies: - array-buffer-byte-length "^1.0.1" + array-buffer-byte-length "^1.0.2" arraybuffer.prototype.slice "^1.0.4" available-typed-arrays "^1.0.7" call-bind "^1.0.8" call-bound "^1.0.3" - data-view-buffer "^1.0.1" - data-view-byte-length "^1.0.1" - data-view-byte-offset "^1.0.0" + data-view-buffer "^1.0.2" + data-view-byte-length "^1.0.2" + data-view-byte-offset "^1.0.1" es-define-property "^1.0.1" es-errors "^1.3.0" es-object-atoms "^1.0.0" es-set-tostringtag "^2.0.3" es-to-primitive "^1.3.0" - function.prototype.name "^1.1.7" + function.prototype.name "^1.1.8" get-intrinsic "^1.2.6" - get-symbol-description "^1.0.2" + get-symbol-description "^1.1.0" globalthis "^1.0.4" gopd "^1.2.0" has-property-descriptors "^1.0.2" @@ -2904,31 +2904,32 @@ es-abstract@^1.17.5, es-abstract@^1.23.2, es-abstract@^1.23.3, es-abstract@^1.23 has-symbols "^1.1.0" hasown "^2.0.2" internal-slot "^1.1.0" - is-array-buffer "^3.0.4" + is-array-buffer "^3.0.5" is-callable "^1.2.7" is-data-view "^1.0.2" - is-negative-zero "^2.0.3" is-regex "^1.2.1" - is-shared-array-buffer "^1.0.3" + is-shared-array-buffer "^1.0.4" is-string "^1.1.1" - is-typed-array "^1.1.13" + is-typed-array "^1.1.15" is-weakref "^1.1.0" - math-intrinsics "^1.0.0" + math-intrinsics "^1.1.0" object-inspect "^1.13.3" object-keys "^1.1.1" - object.assign "^4.1.5" + object.assign "^4.1.7" + own-keys "^1.0.0" regexp.prototype.flags "^1.5.3" safe-array-concat "^1.1.3" + safe-push-apply "^1.0.0" safe-regex-test "^1.1.0" string.prototype.trim "^1.2.10" string.prototype.trimend "^1.0.9" string.prototype.trimstart "^1.0.8" - typed-array-buffer "^1.0.2" - typed-array-byte-length "^1.0.1" - typed-array-byte-offset "^1.0.3" + typed-array-buffer "^1.0.3" + typed-array-byte-length "^1.0.3" + typed-array-byte-offset "^1.0.4" typed-array-length "^1.0.7" - unbox-primitive "^1.0.2" - which-typed-array "^1.1.16" + unbox-primitive "^1.1.0" + which-typed-array "^1.1.18" es-define-property@^1.0.0, es-define-property@^1.0.1: version "1.0.1" @@ -2940,26 +2941,27 @@ es-errors@^1.3.0: resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f" integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== -es-iterator-helpers@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.2.0.tgz#2f1a3ab998b30cb2d10b195b587c6d9ebdebf152" - integrity sha512-tpxqxncxnpw3c93u8n3VOzACmRFoVmWJqbWXvX/JfKbkhBw1oslgPrUfeSt2psuqyEJFD6N/9lg5i7bsKpoq+Q== +es-iterator-helpers@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz#d1dd0f58129054c0ad922e6a9a1e65eef435fe75" + integrity sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w== dependencies: - call-bind "^1.0.7" + call-bind "^1.0.8" + call-bound "^1.0.3" define-properties "^1.2.1" - es-abstract "^1.23.3" + es-abstract "^1.23.6" es-errors "^1.3.0" es-set-tostringtag "^2.0.3" function-bind "^1.1.2" - get-intrinsic "^1.2.4" + get-intrinsic "^1.2.6" globalthis "^1.0.4" - gopd "^1.0.1" + gopd "^1.2.0" has-property-descriptors "^1.0.2" - has-proto "^1.0.3" - has-symbols "^1.0.3" - internal-slot "^1.0.7" - iterator.prototype "^1.1.3" - safe-array-concat "^1.1.2" + has-proto "^1.2.0" + has-symbols "^1.1.0" + internal-slot "^1.1.0" + iterator.prototype "^1.1.4" + safe-array-concat "^1.1.3" es-object-atoms@^1.0.0: version "1.0.0" @@ -2969,13 +2971,14 @@ es-object-atoms@^1.0.0: es-errors "^1.3.0" es-set-tostringtag@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz#8bb60f0a440c2e4281962428438d58545af39777" - integrity sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ== + version "2.1.0" + resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d" + integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA== dependencies: - get-intrinsic "^1.2.4" + es-errors "^1.3.0" + get-intrinsic "^1.2.6" has-tostringtag "^1.0.2" - hasown "^2.0.1" + hasown "^2.0.2" es-shim-unscopables@^1.0.2: version "1.0.2" @@ -3116,27 +3119,27 @@ eslint-plugin-react-hooks@^2.2.0: integrity sha512-Y2c4b55R+6ZzwtTppKwSmK/Kar8AdLiC2f9NADCuxbcTgPPg41Gyqa6b9GppgXSvCtkRw43ZE86CT5sejKC6/g== eslint-plugin-react@^7.14.3: - version "7.37.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz#cd0935987876ba2900df2f58339f6d92305acc7a" - integrity sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w== + version "7.37.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.3.tgz#567549e9251533975c4ea9706f986c3a64832031" + integrity sha512-DomWuTQPFYZwF/7c9W2fkKkStqZmBd3uugfqBYLdkZ3Hii23WzZuOLUskGxB8qkSKqftxEeGL1TB2kMhrce0jA== dependencies: array-includes "^3.1.8" array.prototype.findlast "^1.2.5" - array.prototype.flatmap "^1.3.2" + array.prototype.flatmap "^1.3.3" array.prototype.tosorted "^1.1.4" doctrine "^2.1.0" - es-iterator-helpers "^1.1.0" + es-iterator-helpers "^1.2.1" estraverse "^5.3.0" hasown "^2.0.2" jsx-ast-utils "^2.4.1 || ^3.0.0" minimatch "^3.1.2" object.entries "^1.1.8" object.fromentries "^2.0.8" - object.values "^1.2.0" + object.values "^1.2.1" prop-types "^15.8.1" resolve "^2.0.0-next.5" semver "^6.3.1" - string.prototype.matchall "^4.0.11" + string.prototype.matchall "^4.0.12" string.prototype.repeat "^1.0.0" eslint-scope@^5.0.0: @@ -3596,12 +3599,13 @@ function-bind@^1.1.2: resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== -function.prototype.name@^1.1.6, function.prototype.name@^1.1.7: - version "1.1.7" - resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.7.tgz#9df48ea5f746bf577d7e15b5da89df8952a98e7b" - integrity sha512-2g4x+HqTJKM9zcJqBSpjoRmdcPFtJM60J3xJisTQSXBWka5XqyBN/2tNUgma1mztTXyDuUsEtYe5qcs7xYzYQA== +function.prototype.name@^1.1.6, function.prototype.name@^1.1.8: + version "1.1.8" + resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.8.tgz#e68e1df7b259a5c949eeef95cdbde53edffabb78" + integrity sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q== dependencies: call-bind "^1.0.8" + call-bound "^1.0.3" define-properties "^1.2.1" functions-have-names "^1.2.3" hasown "^2.0.2" @@ -3648,6 +3652,14 @@ get-package-type@^0.1.0: resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== +get-proto@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.0.tgz#2f14be4ab6a5ba2ca65b49defb544280730d9c5c" + integrity sha512-TtLgOcKaF1nMP2ijJnITkE4nRhbpshHhmzKiuhmSniiwWzovoqwqQ8rNuhf0mXJOqIY5iU+QkUe0CkJYrLsG9w== + dependencies: + dunder-proto "^1.0.1" + es-object-atoms "^1.0.0" + get-stdin@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" @@ -3672,7 +3684,7 @@ get-stream@^6.0.0, get-stream@^6.0.1: resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== -get-symbol-description@^1.0.2: +get-symbol-description@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.1.0.tgz#7bdd54e0befe8ffc9f3b4e203220d9f1e881b6ee" integrity sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg== @@ -3771,9 +3783,9 @@ har-validator@~5.1.3: har-schema "^2.0.0" has-bigints@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa" - integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== + version "1.1.0" + resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.1.0.tgz#28607e965ac967e03cd2a2c70a2636a1edad49fe" + integrity sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg== has-flag@^3.0.0: version "3.0.0" @@ -3792,7 +3804,7 @@ has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.2: dependencies: es-define-property "^1.0.0" -has-proto@^1.0.3, has-proto@^1.2.0: +has-proto@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.2.0.tgz#5de5a6eabd95fdffd9818b43055e8065e39fe9d5" integrity sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ== @@ -3842,7 +3854,7 @@ has-values@^1.0.0: is-number "^3.0.0" kind-of "^4.0.0" -hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2: +hasown@^2.0.0, hasown@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== @@ -3965,7 +3977,7 @@ inquirer@^7.0.0: strip-ansi "^6.0.0" through "^2.3.6" -internal-slot@^1.0.7, internal-slot@^1.1.0: +internal-slot@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.1.0.tgz#1eac91762947d2f7056bc838d93e13b2e9604961" integrity sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw== @@ -3991,7 +4003,7 @@ is-accessor-descriptor@^1.0.1: dependencies: hasown "^2.0.0" -is-array-buffer@^3.0.4: +is-array-buffer@^3.0.4, is-array-buffer@^3.0.5: version "3.0.5" resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.5.tgz#65742e1e687bd2cc666253068fd8707fe4d44280" integrity sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A== @@ -4045,9 +4057,9 @@ is-ci@^2.0.0: ci-info "^2.0.0" is-core-module@^2.13.0, is-core-module@^2.15.1, is-core-module@^2.16.0: - version "2.16.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.0.tgz#6c01ffdd5e33c49c1d2abfa93334a85cb56bd81c" - integrity sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g== + version "2.16.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4" + integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== dependencies: hasown "^2.0.2" @@ -4169,11 +4181,6 @@ is-module@^1.0.0: resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591" integrity sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g== -is-negative-zero@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747" - integrity sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw== - is-number-object@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.1.1.tgz#144b21e95a1bc148205dcc2814a9134ec41b2541" @@ -4223,12 +4230,12 @@ is-set@^2.0.3: resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz#8ab209ea424608141372ded6e0cb200ef1d9d01d" integrity sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg== -is-shared-array-buffer@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz#1237f1cba059cdb62431d378dcc37d9680181688" - integrity sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg== +is-shared-array-buffer@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz#9b67844bd9b7f246ba0708c3a93e34269c774f6f" + integrity sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A== dependencies: - call-bind "^1.0.7" + call-bound "^1.0.3" is-stream@^1.1.0: version "1.1.0" @@ -4262,10 +4269,10 @@ is-symbol@^1.0.4, is-symbol@^1.1.1: has-symbols "^1.1.0" safe-regex-test "^1.1.0" -is-typed-array@^1.1.13: - version "1.1.14" - resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.14.tgz#205d51d499d5e336f4a3aa480c8ead5ff9e2e3e8" - integrity sha512-lQUsHzcTb7rH57dajbOuZEuMDXjs9f04ZloER4QOpjpKcaw4f98BRUrs8aiO9Z4G7i7B0Xhgarg6SCgYcYi8Nw== +is-typed-array@^1.1.13, is-typed-array@^1.1.14, is-typed-array@^1.1.15: + version "1.1.15" + resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.15.tgz#4bfb4a45b61cee83a5a46fba778e4e8d59c0ce0b" + integrity sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ== dependencies: which-typed-array "^1.1.16" @@ -4401,16 +4408,16 @@ istanbul-reports@^3.0.2, istanbul-reports@^3.1.3: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" -iterator.prototype@^1.1.3: - version "1.1.4" - resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.4.tgz#4ae6cf98b97fdc717b7e159d79dc25f8fc9482f1" - integrity sha512-x4WH0BWmrMmg4oHHl+duwubhrvczGlyuGAZu3nvrf0UXOfPu8IhZObFEr7DE/iv01YgVZrsOiRcqw2srkKEDIA== +iterator.prototype@^1.1.4: + version "1.1.5" + resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.5.tgz#12c959a29de32de0aa3bbbb801f4d777066dae39" + integrity sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g== dependencies: define-data-property "^1.1.4" es-object-atoms "^1.0.0" get-intrinsic "^1.2.6" + get-proto "^1.0.0" has-symbols "^1.1.0" - reflect.getprototypeof "^1.0.8" set-function-name "^2.0.2" jest-changed-files@^25.5.0: @@ -5508,10 +5515,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -math-intrinsics@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.0.0.tgz#4e04bf87c85aa51e90d078dac2252b4eb5260817" - integrity sha512-4MqMiKP90ybymYvsut0CH2g4XWbfLtmlCkXmtmdcDCxNB+mQcu1w/1+L/VD7vi/PSv7X2JYV7SCcR+jiPXnQtA== +math-intrinsics@^1.0.0, math-intrinsics@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9" + integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g== merge-stream@^2.0.0: version "2.0.0" @@ -5785,14 +5792,16 @@ object-visit@^1.0.0: dependencies: isobject "^3.0.0" -object.assign@^4.1.4, object.assign@^4.1.5: - version "4.1.5" - resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.5.tgz#3a833f9ab7fdb80fc9e8d2300c803d216d8fdbb0" - integrity sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ== +object.assign@^4.1.4, object.assign@^4.1.7: + version "4.1.7" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.7.tgz#8c14ca1a424c6a561b0bb2a22f66f5049a945d3d" + integrity sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw== dependencies: - call-bind "^1.0.5" + call-bind "^1.0.8" + call-bound "^1.0.3" define-properties "^1.2.1" - has-symbols "^1.0.3" + es-object-atoms "^1.0.0" + has-symbols "^1.1.0" object-keys "^1.1.1" object.entries@^1.1.8: @@ -5830,12 +5839,13 @@ object.pick@^1.3.0: dependencies: isobject "^3.0.1" -object.values@^1.1.6, object.values@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b" - integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ== +object.values@^1.1.6, object.values@^1.2.0, object.values@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216" + integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA== dependencies: - call-bind "^1.0.7" + call-bind "^1.0.8" + call-bound "^1.0.3" define-properties "^1.2.1" es-object-atoms "^1.0.0" @@ -5898,6 +5908,15 @@ os-tmpdir@~1.0.2: resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== +own-keys@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/own-keys/-/own-keys-1.0.1.tgz#e4006910a2bf913585289676eebd6f390cf51358" + integrity sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg== + dependencies: + get-intrinsic "^1.2.6" + object-keys "^1.1.1" + safe-push-apply "^1.0.0" + p-each-series@^2.1.0: version "2.2.0" resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a" @@ -6207,19 +6226,19 @@ rechoir@^0.6.2: dependencies: resolve "^1.1.6" -reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.8: - version "1.0.8" - resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.8.tgz#c58afb17a4007b4d1118c07b92c23fca422c5d82" - integrity sha512-B5dj6usc5dkk8uFliwjwDHM8To5/QwdKz9JcBZ8Ic4G1f0YmeeJTtE/ZTdgRFPAfxZFiUaPhZ1Jcs4qeagItGQ== +reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.9: + version "1.0.9" + resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.9.tgz#c905f3386008de95a62315f3ea8630404be19e2f" + integrity sha512-r0Ay04Snci87djAsI4U+WNRcSw5S4pOH7qFjd/veA5gC7TbqESR3tcj28ia95L/fYUDw11JKP7uqUKUAfVvV5Q== dependencies: call-bind "^1.0.8" define-properties "^1.2.1" - dunder-proto "^1.0.0" - es-abstract "^1.23.5" + dunder-proto "^1.0.1" + es-abstract "^1.23.6" es-errors "^1.3.0" - get-intrinsic "^1.2.4" + get-intrinsic "^1.2.6" gopd "^1.2.0" - which-builtin-type "^1.2.0" + which-builtin-type "^1.2.1" regenerate-unicode-properties@^10.2.0: version "10.2.0" @@ -6258,7 +6277,7 @@ regex-not@^1.0.0, regex-not@^1.0.2: extend-shallow "^3.0.2" safe-regex "^1.1.0" -regexp.prototype.flags@^1.5.2, regexp.prototype.flags@^1.5.3: +regexp.prototype.flags@^1.5.3: version "1.5.3" resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz#b3ae40b1d2499b8350ab2c3fe6ef3845d3a96f42" integrity sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ== @@ -6409,9 +6428,9 @@ resolve@1.17.0: path-parse "^1.0.6" resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.22.4: - version "1.22.9" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.9.tgz#6da76e4cdc57181fa4471231400e8851d0a924f3" - integrity sha512-QxrmX1DzraFIi9PxdG5VkRfRwIgjwyud+z/iBwfRRrVmHc+P9Q7u2lSSpQ6bjr2gy5lrqIiU9vb6iAeGf2400A== + version "1.22.10" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz#b663e83ffb09bbf2386944736baae803029b8b39" + integrity sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w== dependencies: is-core-module "^2.16.0" path-parse "^1.0.7" @@ -6544,7 +6563,7 @@ sade@^1.4.2: dependencies: mri "^1.1.0" -safe-array-concat@^1.1.2, safe-array-concat@^1.1.3: +safe-array-concat@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.1.3.tgz#c9e54ec4f603b0bbb8e7e5007a5ee7aecd1538c3" integrity sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q== @@ -6560,6 +6579,14 @@ safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2: resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== +safe-push-apply@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz#01850e981c1602d398c85081f360e4e6d03d27f5" + integrity sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA== + dependencies: + es-errors "^1.3.0" + isarray "^2.0.5" + safe-regex-test@^1.0.3, safe-regex-test@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz#7f87dfb67a3150782eaaf18583ff5d1711ac10c1" @@ -6729,7 +6756,7 @@ side-channel-weakmap@^1.0.2: object-inspect "^1.13.3" side-channel-map "^1.0.1" -side-channel@^1.0.6, side-channel@^1.1.0: +side-channel@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.1.0.tgz#c3fcff9c4da932784873335ec9765fa94ff66bc9" integrity sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw== @@ -7007,23 +7034,24 @@ string.prototype.includes@^2.0.1: define-properties "^1.2.1" es-abstract "^1.23.3" -string.prototype.matchall@^4.0.11: - version "4.0.11" - resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz#1092a72c59268d2abaad76582dccc687c0297e0a" - integrity sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg== +string.prototype.matchall@^4.0.12: + version "4.0.12" + resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz#6c88740e49ad4956b1332a911e949583a275d4c0" + integrity sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA== dependencies: - call-bind "^1.0.7" + call-bind "^1.0.8" + call-bound "^1.0.3" define-properties "^1.2.1" - es-abstract "^1.23.2" + es-abstract "^1.23.6" es-errors "^1.3.0" es-object-atoms "^1.0.0" - get-intrinsic "^1.2.4" - gopd "^1.0.1" - has-symbols "^1.0.3" - internal-slot "^1.0.7" - regexp.prototype.flags "^1.5.2" + get-intrinsic "^1.2.6" + gopd "^1.2.0" + has-symbols "^1.1.0" + internal-slot "^1.1.0" + regexp.prototype.flags "^1.5.3" set-function-name "^2.0.2" - side-channel "^1.0.6" + side-channel "^1.1.0" string.prototype.repeat@^1.0.0: version "1.0.0" @@ -7450,38 +7478,38 @@ type-fest@^1.0.2: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1" integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA== -typed-array-buffer@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz#1867c5d83b20fcb5ccf32649e5e2fc7424474ff3" - integrity sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ== +typed-array-buffer@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz#a72395450a4869ec033fd549371b47af3a2ee536" + integrity sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw== dependencies: - call-bind "^1.0.7" + call-bound "^1.0.3" es-errors "^1.3.0" - is-typed-array "^1.1.13" + is-typed-array "^1.1.14" -typed-array-byte-length@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz#d92972d3cff99a3fa2e765a28fcdc0f1d89dec67" - integrity sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw== +typed-array-byte-length@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz#8407a04f7d78684f3d252aa1a143d2b77b4160ce" + integrity sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg== dependencies: - call-bind "^1.0.7" + call-bind "^1.0.8" for-each "^0.3.3" - gopd "^1.0.1" - has-proto "^1.0.3" - is-typed-array "^1.1.13" + gopd "^1.2.0" + has-proto "^1.2.0" + is-typed-array "^1.1.14" -typed-array-byte-offset@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.3.tgz#3fa9f22567700cc86aaf86a1e7176f74b59600f2" - integrity sha512-GsvTyUHTriq6o/bHcTd0vM7OQ9JEdlvluu9YISaA7+KzDzPaIzEeDFNkTfhdE3MYcNhNi0vq/LlegYgIs5yPAw== +typed-array-byte-offset@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz#ae3698b8ec91a8ab945016108aef00d5bff12355" + integrity sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ== dependencies: available-typed-arrays "^1.0.7" - call-bind "^1.0.7" + call-bind "^1.0.8" for-each "^0.3.3" - gopd "^1.0.1" - has-proto "^1.0.3" - is-typed-array "^1.1.13" - reflect.getprototypeof "^1.0.6" + gopd "^1.2.0" + has-proto "^1.2.0" + is-typed-array "^1.1.15" + reflect.getprototypeof "^1.0.9" typed-array-length@^1.0.7: version "1.0.7" @@ -7512,7 +7540,7 @@ typescript@^4.9.4: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== -unbox-primitive@^1.0.2: +unbox-primitive@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.1.0.tgz#8d9d2c9edeea8460c7f35033a88867944934d1e2" integrity sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw== @@ -7720,7 +7748,7 @@ which-boxed-primitive@^1.1.0, which-boxed-primitive@^1.1.1: is-string "^1.1.1" is-symbol "^1.1.1" -which-builtin-type@^1.2.0: +which-builtin-type@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.2.1.tgz#89183da1b4907ab089a6b02029cc5d8d6574270e" integrity sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q== @@ -7754,15 +7782,16 @@ which-module@^2.0.0: resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409" integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ== -which-typed-array@^1.1.16: - version "1.1.16" - resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.16.tgz#db4db429c4706feca2f01677a144278e4a8c216b" - integrity sha512-g+N+GAWiRj66DngFwHvISJd+ITsyphZvD1vChfVg6cEdnzy53GzB3oy0fUNlvhz7H7+MiqhYr26qxQShCpKTTQ== +which-typed-array@^1.1.16, which-typed-array@^1.1.18: + version "1.1.18" + resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.18.tgz#df2389ebf3fbb246a71390e90730a9edb6ce17ad" + integrity sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA== dependencies: available-typed-arrays "^1.0.7" - call-bind "^1.0.7" + call-bind "^1.0.8" + call-bound "^1.0.3" for-each "^0.3.3" - gopd "^1.0.1" + gopd "^1.2.0" has-tostringtag "^1.0.2" which@^1.2.9, which@^1.3.1: