@things-factory/operato-gangsters 8.0.66 → 8.0.69

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 (2) hide show
  1. package/package.json +3 -3
  2. package/schema.graphql +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-gangsters",
3
- "version": "8.0.66",
3
+ "version": "8.0.69",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -86,11 +86,11 @@
86
86
  "@things-factory/setting-ui": "^8.0.64",
87
87
  "@things-factory/shell": "^8.0.64",
88
88
  "@things-factory/system": "^8.0.64",
89
- "@things-factory/tax-invoice": "^8.0.66",
89
+ "@things-factory/tax-invoice": "^8.0.69",
90
90
  "@things-factory/worklist": "^8.0.64"
91
91
  },
92
92
  "devDependencies": {
93
93
  "@things-factory/builder": "^8.0.64"
94
94
  },
95
- "gitHead": "bad5bd7d03a5c378856ec664d1c5abde15472684"
95
+ "gitHead": "e28557e156cee7b63f9c247f9fb717c74afa6d0f"
96
96
  }
package/schema.graphql CHANGED
@@ -5267,6 +5267,9 @@ type Query {
5267
5267
  decipherCode(input: CodeDecipherInput!): CodeDecipherOutput!
5268
5268
  decipherErrorCode(input: CodeDecipherInput!): CodeDecipherOutput!
5269
5269
 
5270
+ """To fetch a Default Tax Invoice Api"""
5271
+ defaultTaxInvoiceApi: TaxInvoiceApi
5272
+
5270
5273
  """To fetch a Department"""
5271
5274
  department(id: String!): Department
5272
5275
 
@@ -6453,6 +6456,7 @@ input TaxInvoiceApiPatch {
6453
6456
  address: String
6454
6457
  apiAccountId: String
6455
6458
  apiAccountPassword: String
6459
+ apiKey: String
6456
6460
  attributes: Object
6457
6461
  branchIdentification: String
6458
6462
  businessName: String