@ayasofyazilim/saas 0.0.113 → 0.0.115

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.
@@ -1305,6 +1305,11 @@ export const $UniRefund_TagService_Tags_TagDetailDto = {
1305
1305
  },
1306
1306
  additionalProperties: false
1307
1307
  },
1308
+ vatStatementHeaderId: {
1309
+ type: 'string',
1310
+ format: 'uuid',
1311
+ nullable: true
1312
+ },
1308
1313
  invoices: {
1309
1314
  type: 'array',
1310
1315
  items: {
@@ -365,6 +365,7 @@ export type UniRefund_TagService_Tags_TagDetailDto = {
365
365
  status?: (number) | null;
366
366
  refundMethod?: 'Cash' | 'CreditCard' | 'BankTransfer' | 'Wallet' | 'CashViaPartner';
367
367
  };
368
+ vatStatementHeaderId?: (string) | null;
368
369
  invoices?: Array<{
369
370
  id?: string;
370
371
  number?: (string) | null;
@@ -2315,6 +2316,7 @@ export type GetApiTagServiceTagByIdDetailResponse = ({
2315
2316
  status?: (number) | null;
2316
2317
  refundMethod?: 'Cash' | 'CreditCard' | 'BankTransfer' | 'Wallet' | 'CashViaPartner';
2317
2318
  };
2319
+ vatStatementHeaderId?: (string) | null;
2318
2320
  invoices?: Array<{
2319
2321
  id?: string;
2320
2322
  number?: (string) | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ayasofyazilim/saas",
3
- "version": "0.0.113",
3
+ "version": "0.0.115",
4
4
  "description": "Ayasofyazılım SAAS",
5
5
  "exports": {
6
6
  "./*": "./*/index.ts"